Html Css Color HEX #0F52AC Cobalt

📋 copy color: '#0F52AC'

red 15 ◦ green 82 ◦ blue 172

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

Shades of Cobalt #0F52AC

Tints of Cobalt #0F52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 5.58%
G = 30.48%
B = 63.94%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F52AC (or 0x0F52AC) is known color: Cobalt. HEX triplet: 0F, 52 and AC. RGB value is (15,82,172). Sum of RGB (Red+Green+Blue) = 15+82+172=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F52AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F52AC is #F0AD53. Grayscale: #474747. Windows color (decimal): -15773012 or 11293199. OLE color: 11293199.

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

Color convert

RGB 15 82 172 -
CMYK 0.91 0.52 0 0.33
HSL 214.39º 0.84% 0.37% -
HSV(B) 214.39º 0.91% 0.67% -
XYZ 10.66 9.11 40.23 -
YUV 72.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 15 82 172 0.91 0.52 0 0.33 214.39 0.84 0.37
Hex F 52 AC 5B 34 0 21 D6 54 25
Octal 17 122 254 133 64 0 41 326 124 45
Binary 1111 1010010 10101100 1011011 110100 0 100001 11010110 1010100 100101

Color Harmonies of #0F52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F52AC

Black with #0F52AC

Text Example


Text Example

White with #0F52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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