Html Css Color HEX #0F4DAF Cobalt

📋 copy color: '#0F4DAF'

red 15 ◦ green 77 ◦ blue 175

#0F4DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0F4DAF

Tints of Cobalt #0F4DAF

RGB

 RED value IS 15 (6.25% from 255) = 5.62%

 GREEN value IS 77 (30.47% from 255) = 28.84%

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 5.62%
G = 28.84%
B = 65.54%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F4DAF (or 0x0F4DAF) is known color: Cobalt. HEX triplet: 0F, 4D and AF. RGB value is (15,77,175). Sum of RGB (Red+Green+Blue) = 15+77+175=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F4DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4DAF is #F0B250. Grayscale: #454545. Windows color (decimal): -15774289 or 11488527. OLE color: 11488527.

HSL color Cylindrical-coordinate representation of color #0F4DAF: hue angle of 216.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4DAF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 77 175 -
CMYK 0.91 0.56 0 0.31
HSL 216.75º 0.84% 0.37% -
HSV(B) 216.75º 0.91% 0.69% -
XYZ 10.59 8.5 41.64 -
YUV 69.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 15 77 175 0.91 0.56 0 0.31 216.75 0.84 0.37
Hex F 4D AF 5B 38 0 1F D9 54 25
Octal 17 115 257 133 70 0 37 331 124 45
Binary 1111 1001101 10101111 1011011 111000 0 11111 11011001 1010100 100101

Color Harmonies of #0F4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4DAF

Black with #0F4DAF

Text Example


Text Example

White with #0F4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,77,175); }

 H1.HeaderClassName
 {
   color: #0F4DAF;
 }
 .AnyTagClassName
 {
   color: #0F4DAF;
 }
</style>

background-color css

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

 a { background-color: rgb(15,77,175); }

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

border-color css

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

 span { border-color: rgb(15,77,175); }

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