Html Css Color HEX #0F4AAC Cobalt

📋 copy color: '#0F4AAC'

red 15 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #0F4AAC

Tints of Cobalt #0F4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 5.75%
G = 28.35%
B = 65.9%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F4AAC (or 0x0F4AAC) is known color: Cobalt. HEX triplet: 0F, 4A and AC. RGB value is (15,74,172). Sum of RGB (Red+Green+Blue) = 15+74+172=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4AAC is #F0B553. Grayscale: #434343. Windows color (decimal): -15775060 or 11291151. OLE color: 11291151.

HSL color Cylindrical-coordinate representation of color #0F4AAC: hue angle of 217.45º 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 #0F4AAC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 74 172 -
CMYK 0.91 0.57 0 0.33
HSL 217.45º 0.84% 0.37% -
HSV(B) 217.45º 0.91% 0.67% -
XYZ 10.09 7.98 40.04 -
YUV 67.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 15 74 172 0.91 0.57 0 0.33 217.45 0.84 0.37
Hex F 4A AC 5B 39 0 21 D9 54 25
Octal 17 112 254 133 71 0 41 331 124 45
Binary 1111 1001010 10101100 1011011 111001 0 100001 11011001 1010100 100101

Color Harmonies of #0F4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4AAC

Black with #0F4AAC

Text Example


Text Example

White with #0F4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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