Html Css Color HEX #0F549C Cobalt

📋 copy color: '#0F549C'

red 15 ◦ green 84 ◦ blue 156

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

Shades of Cobalt #0F549C

Tints of Cobalt #0F549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 5.88%
G = 32.94%
B = 61.18%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F549C (or 0x0F549C) is known color: Cobalt. HEX triplet: 0F, 54 and 9C. RGB value is (15,84,156). Sum of RGB (Red+Green+Blue) = 15+84+156=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F549C is #F0AB63. Grayscale: #474747. Windows color (decimal): -15772516 or 10245135. OLE color: 10245135.

HSL color Cylindrical-coordinate representation of color #0F549C: hue angle of 210.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F549C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 84 156 -
CMYK 0.90 0.46 0 0.39
HSL 210.64º 0.82% 0.34% -
HSV(B) 210.64º 0.9% 0.61% -
XYZ 9.37 8.84 32.67 -
YUV 71.58 175.64 87.65 -
System Red Green Blue C M Y K H S L
Decimal 15 84 156 0.90 0.46 0 0.39 210.64 0.82 0.34
Hex F 54 9C 5A 2E 0 27 D3 52 22
Octal 17 124 234 132 56 0 47 323 122 42
Binary 1111 1010100 10011100 1011010 101110 0 100111 11010011 1010010 100010

Color Harmonies of #0F549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F549C

Black with #0F549C

Text Example


Text Example

White with #0F549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,156); }

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

background-color css

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

 a { background-color: rgb(15,84,156); }

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

border-color css

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

 span { border-color: rgb(15,84,156); }

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