Html Css Color HEX #0F4C9E Cobalt

📋 copy color: '#0F4C9E'

red 15 ◦ green 76 ◦ blue 158

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

Shades of Cobalt #0F4C9E

Tints of Cobalt #0F4C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

 BLUE value IS 158 (62.11% from 255) = 63.45%

R = 6.02%
G = 30.52%
B = 63.45%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F4C9E (or 0x0F4C9E) is known color: Cobalt. HEX triplet: 0F, 4C and 9E. RGB value is (15,76,158). Sum of RGB (Red+Green+Blue) = 15+76+158=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F4C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4C9E is #F0B361. Grayscale: #424242. Windows color (decimal): -15774562 or 10374159. OLE color: 10374159.

HSL color Cylindrical-coordinate representation of color #0F4C9E: hue angle of 214.41º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4C9E is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 76 158 -
CMYK 0.91 0.52 0 0.38
HSL 214.41º 0.83% 0.34% -
HSV(B) 214.41º 0.91% 0.62% -
XYZ 8.95 7.74 33.37 -
YUV 67.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 15 76 158 0.91 0.52 0 0.38 214.41 0.83 0.34
Hex F 4C 9E 5B 34 0 26 D6 53 22
Octal 17 114 236 133 64 0 46 326 123 42
Binary 1111 1001100 10011110 1011011 110100 0 100110 11010110 1010011 100010

Color Harmonies of #0F4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4C9E

Black with #0F4C9E

Text Example


Text Example

White with #0F4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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