Html Css Color HEX #0F549B Cobalt

📋 copy color: '#0F549B'

red 15 ◦ green 84 ◦ blue 155

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

Shades of Cobalt #0F549B

Tints of Cobalt #0F549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.02%

R = 5.91%
G = 33.07%
B = 61.02%

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

#0F549B (or 0x0F549B) is known color: Cobalt. HEX triplet: 0F, 54 and 9B. RGB value is (15,84,155). Sum of RGB (Red+Green+Blue) = 15+84+155=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F549B is #F0AB64. Grayscale: #474747. Windows color (decimal): -15772517 or 10179599. OLE color: 10179599.

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

Color convert

RGB 15 84 155 -
CMYK 0.90 0.46 0 0.39
HSL 210.43º 0.82% 0.33% -
HSV(B) 210.43º 0.9% 0.61% -
XYZ 9.28 8.81 32.22 -
YUV 71.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 15 84 155 0.90 0.46 0 0.39 210.43 0.82 0.33
Hex F 54 9B 5A 2E 0 27 D2 52 21
Octal 17 124 233 132 56 0 47 322 122 41
Binary 1111 1010100 10011011 1011010 101110 0 100111 11010010 1010010 100001

Color Harmonies of #0F549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F549B

Black with #0F549B

Text Example


Text Example

White with #0F549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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