#0f4ca7

Color #0F4CA7 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0F4CA7

Tints of Cobalt #0F4CA7

Color information

#0F4CA7 (or 0x0F4CA7) is unknown color: approx Cobalt. HEX triplet: 0F, 4C and A7. RGB value is (15,76,167). Sum of RGB (Red+Green+Blue) = 15+76+167=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F4CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4CA7 is #F0B358. Grayscale: #434343. Windows color (decimal): -15774553 or 10963983. OLE color: 10963983.

HSL color Cylindrical-coordinate representation of color #0F4CA7: hue angle of 215.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4CA7 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1576167-
CMYK0.910.5400.35
HSL215.92º83.52%35.69%-
HSV(B)215.92º91.02%65.49%-
XYZ9.768.0637.6-
YUV68.13183.7990.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.81%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 167 (65.62% from 255) = 64.73%
R=5.81%
G=29.46%
B=64.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15761670.910.5400.35215.9283.5235.69
HexF4CA75B36023d85424
Octal171142471336604333012444
Binary111110011001010011110110111101100100011110110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f4ca7; }

 p { color: rgb(15,76,167); }

 H1.HeaderClassName
 {
   color: #0f4ca7;
 }
 .AnyTagClassName
 {
   color: #0f4ca7;
 }
</style>
background-color css

<style>
 a { background-color: #0f4ca7; }

 a { background-color: rgb(15,76,167); }

 div.DivClassName
 {
   background-color: #0f4ca7;
 }
 .BgClassName
 {
   background-color: #0f4ca7;
 }
</style>
border-color css

<style>
 span { border-color: #0f4ca7; }

 span { border-color: rgb(15,76,167); }

 td.TdClassName
 {
   border-color: #0f4ca7;
 }
 .TagClassName
 {
   border-color: #0f4ca7;
 }
</style>