#0F4BA3

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

Shades of Cobalt #0F4BA3

Tints of Cobalt #0F4BA3

Color information

#0F4BA3 (or 0x0F4BA3) is unknown color: approx Cobalt. HEX triplet: 0F, 4B and A3. RGB value is (15,75,163). Sum of RGB (Red+Green+Blue) = 15+75+163=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 163 (64.06% from 255 or 64.43% from 253); Max value from RGB is 163 - color contains mainly: blue. Hex color #0F4BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4BA3 is #F0B45C. Grayscale: #424242. Windows color (decimal): -15774813 or 10701583. OLE color: 10701583.

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

Color convert

RGB1575163-
CMYK0.910.5400.36
HSL215.68º83.15%34.9%-
HSV(B)215.68º90.8%63.92%-
XYZ9.327.7835.66-
YUV67.09182.1290.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 163 (64.06% from 255) = 64.43%
R=5.93%
G=29.64%
B=64.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15751630.910.5400.36215.6883.1534.9
HexF4BA35B36024d85323
Octal171132431336604433012343
Binary111110010111010001110110111101100100100110110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,163); }

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

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

 a { background-color: rgb(15,75,163); }

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

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

 span { border-color: rgb(15,75,163); }

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