Html Css Color HEX #0F4EAB Cobalt

📋 copy color: '#0F4EAB'

red 15 ◦ green 78 ◦ blue 171

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

Shades of Cobalt #0F4EAB

Tints of Cobalt #0F4EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 171 (67.19% from 255) = 64.77%

R = 5.68%
G = 29.55%
B = 64.77%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F4EAB (or 0x0F4EAB) is known color: Cobalt. HEX triplet: 0F, 4E and AB. RGB value is (15,78,171). Sum of RGB (Red+Green+Blue) = 15+78+171=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F4EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4EAB is #F0B154. Grayscale: #454545. Windows color (decimal): -15774037 or 11226639. OLE color: 11226639.

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

Color convert

RGB 15 78 171 -
CMYK 0.91 0.54 0 0.33
HSL 215.77º 0.84% 0.36% -
HSV(B) 215.77º 0.91% 0.67% -
XYZ 10.27 8.49 39.63 -
YUV 69.77 185.13 88.94 -
System Red Green Blue C M Y K H S L
Decimal 15 78 171 0.91 0.54 0 0.33 215.77 0.84 0.36
Hex F 4E AB 5B 36 0 21 D8 54 24
Octal 17 116 253 133 66 0 41 330 124 44
Binary 1111 1001110 10101011 1011011 110110 0 100001 11011000 1010100 100100

Color Harmonies of #0F4EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4EAB

Black with #0F4EAB

Text Example


Text Example

White with #0F4EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,171); }

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

background-color css

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

 a { background-color: rgb(15,78,171); }

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

border-color css

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

 span { border-color: rgb(15,78,171); }

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