Html Css Color HEX #0F4CB2 Cobalt

📋 copy color: '#0F4CB2'

red 15 ◦ green 76 ◦ blue 178

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

Shades of Cobalt #0F4CB2

Tints of Cobalt #0F4CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 66.17%

R = 5.58%
G = 28.25%
B = 66.17%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0F4CB2 (or 0x0F4CB2) is known color: Cobalt. HEX triplet: 0F, 4C and B2. RGB value is (15,76,178). Sum of RGB (Red+Green+Blue) = 15+76+178=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 178 (69.92% from 255 or 66.17% from 269); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F4CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4CB2 is #F0B34D. Grayscale: #444444. Windows color (decimal): -15774542 or 11684879. OLE color: 11684879.

HSL color Cylindrical-coordinate representation of color #0F4CB2: hue angle of 217.55º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4CB2 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 76 178 -
CMYK 0.92 0.57 0 0.30
HSL 217.55º 0.84% 0.38% -
HSV(B) 217.55º 0.92% 0.7% -
XYZ 10.82 8.48 43.19 -
YUV 69.39 189.29 89.21 -
System Red Green Blue C M Y K H S L
Decimal 15 76 178 0.92 0.57 0 0.30 217.55 0.84 0.38
Hex F 4C B2 5C 39 0 1E DA 54 26
Octal 17 114 262 134 71 0 36 332 124 46
Binary 1111 1001100 10110010 1011100 111001 0 11110 11011010 1010100 100110

Color Harmonies of #0F4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CB2

Black with #0F4CB2

Text Example


Text Example

White with #0F4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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