Html Css Color HEX #0F47AC Cobalt

📋 copy color: '#0F47AC'

red 15 ◦ green 71 ◦ blue 172

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

Shades of Cobalt #0F47AC

Tints of Cobalt #0F47AC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 5.81%
G = 27.52%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F47AC (or 0x0F47AC) is known color: Cobalt. HEX triplet: 0F, 47 and AC. RGB value is (15,71,172). Sum of RGB (Red+Green+Blue) = 15+71+172=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F47AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F47AC is #F0B853. Grayscale: #414141. Windows color (decimal): -15775828 or 11290383. OLE color: 11290383.

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

Color convert

RGB 15 71 172 -
CMYK 0.91 0.59 0 0.33
HSL 218.6º 0.84% 0.37% -
HSV(B) 218.6º 0.91% 0.67% -
XYZ 9.9 7.59 39.97 -
YUV 65.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 15 71 172 0.91 0.59 0 0.33 218.6 0.84 0.37
Hex F 47 AC 5B 3B 0 21 DB 54 25
Octal 17 107 254 133 73 0 41 333 124 45
Binary 1111 1000111 10101100 1011011 111011 0 100001 11011011 1010100 100101

Color Harmonies of #0F47AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F47AC

Black with #0F47AC

Text Example


Text Example

White with #0F47AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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