Html Css Color HEX #00549F Cobalt

📋 copy color: '#00549F'

red 0 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #00549F

Tints of Cobalt #00549F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 0%
G = 34.57%
B = 65.43%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00549F (or 0x00549F) is known color: Cobalt. HEX triplet: 00, 54 and 9F. RGB value is (0,84,159). Sum of RGB (Red+Green+Blue) = 0+84+159=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #00549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00549F is #FFAB60. Grayscale: #434343. Windows color (decimal): -16755553 or 10441728. OLE color: 10441728.

HSL color Cylindrical-coordinate representation of color #00549F: hue angle of 208.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00549F is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 84 159 -
CMYK 1 0.47 0 0.38
HSL 208.3º 1% 0.31% -
HSV(B) 208.3º 1% 0.62% -
XYZ 9.43 8.84 34.01 -
YUV 67.43 179.67 79.9 -
System Red Green Blue C M Y K H S L
Decimal 0 84 159 1 0.47 0 0.38 208.3 1 0.31
Hex 0 54 9F 64 2F 0 26 D0 64 1F
Octal 0 124 237 144 57 0 46 320 144 37
Binary 0 1010100 10011111 1100100 101111 0 100110 11010000 1100100 11111

Color Harmonies of #00549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00549F

Black with #00549F

Text Example


Text Example

White with #00549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00549F; }

 p { color: rgb(0,84,159); }

 H1.HeaderClassName
 {
   color: #00549F;
 }
 .AnyTagClassName
 {
   color: #00549F;
 }
</style>

background-color css

<style>
 a { background-color: #00549F; }

 a { background-color: rgb(0,84,159); }

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

border-color css

<style>
 span { border-color: #00549F; }

 span { border-color: rgb(0,84,159); }

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