Html Css Color HEX #0F4FAC Cobalt

📋 copy color: '#0F4FAC'

red 15 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #0F4FAC

Tints of Cobalt #0F4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 5.64%
G = 29.7%
B = 64.66%

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

#0F4FAC (or 0x0F4FAC) is known color: Cobalt. HEX triplet: 0F, 4F and AC. RGB value is (15,79,172). Sum of RGB (Red+Green+Blue) = 15+79+172=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F4FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4FAC is #F0B053. Grayscale: #464646. Windows color (decimal): -15773780 or 11292431. OLE color: 11292431.

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

Color convert

RGB 15 79 172 -
CMYK 0.91 0.54 0 0.33
HSL 215.54º 0.84% 0.37% -
HSV(B) 215.54º 0.91% 0.67% -
XYZ 10.44 8.67 40.15 -
YUV 70.47 185.3 88.44 -
System Red Green Blue C M Y K H S L
Decimal 15 79 172 0.91 0.54 0 0.33 215.54 0.84 0.37
Hex F 4F AC 5B 36 0 21 D8 54 25
Octal 17 117 254 133 66 0 41 330 124 45
Binary 1111 1001111 10101100 1011011 110110 0 100001 11011000 1010100 100101

Color Harmonies of #0F4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FAC

Black with #0F4FAC

Text Example


Text Example

White with #0F4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,172); }

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

background-color css

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

 a { background-color: rgb(15,79,172); }

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

border-color css

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

 span { border-color: rgb(15,79,172); }

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