Html Css Color HEX #05539A Cobalt

📋 copy color: '#05539A'

red 5 ◦ green 83 ◦ blue 154

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

Shades of Cobalt #05539A

Tints of Cobalt #05539A

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 2.07%
G = 34.3%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05539A (or 0x05539A) is known color: Cobalt. HEX triplet: 05, 53 and 9A. RGB value is (5,83,154). Sum of RGB (Red+Green+Blue) = 5+83+154=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #05539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05539A is #FAAC65. Grayscale: #434343. Windows color (decimal): -16428134 or 10113797. OLE color: 10113797.

HSL color Cylindrical-coordinate representation of color #05539A: hue angle of 208.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05539A is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 83 154 -
CMYK 0.97 0.46 0 0.40
HSL 208.59º 0.94% 0.31% -
HSV(B) 208.59º 0.97% 0.6% -
XYZ 8.99 8.55 31.75 -
YUV 67.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 5 83 154 0.97 0.46 0 0.40 208.59 0.94 0.31
Hex 5 53 9A 61 2E 0 28 D1 5E 1F
Octal 5 123 232 141 56 0 50 321 136 37
Binary 101 1010011 10011010 1100001 101110 0 101000 11010001 1011110 11111

Color Harmonies of #05539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05539A

Black with #05539A

Text Example


Text Example

White with #05539A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05539A; }

 p { color: rgb(5,83,154); }

 H1.HeaderClassName
 {
   color: #05539A;
 }
 .AnyTagClassName
 {
   color: #05539A;
 }
</style>

background-color css

<style>
 a { background-color: #05539A; }

 a { background-color: rgb(5,83,154); }

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

border-color css

<style>
 span { border-color: #05539A; }

 span { border-color: rgb(5,83,154); }

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