#0f47a4

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

Shades of Cobalt #0F47A4

Tints of Cobalt #0F47A4

Color information

#0F47A4 (or 0x0F47A4) is unknown color: approx Cobalt. HEX triplet: 0F, 47 and A4. RGB value is (15,71,164). Sum of RGB (Red+Green+Blue) = 15+71+164=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F47A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F47A4 is #F0B85B. Grayscale: #404040. Windows color (decimal): -15775836 or 10766095. OLE color: 10766095.

HSL color Cylindrical-coordinate representation of color #0F47A4: hue angle of 217.45º 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 #0F47A4 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1571164-
CMYK0.910.5700.36
HSL217.45º83.24%35.1%-
HSV(B)217.45º90.85%64.31%-
XYZ9.157.2936.05-
YUV64.86183.9592.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 164 (64.45% from 255) = 65.6%
R=6%
G=28.4%
B=65.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15711640.910.5700.36217.4583.2435.1
HexF47A45B39024d95323
Octal171072441337104433112343
Binary111110001111010010010110111110010100100110110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f47a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,164); }

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

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

 a { background-color: rgb(15,71,164); }

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

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

 span { border-color: rgb(15,71,164); }

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