Html Css Color HEX #005399 Cobalt

📋 copy color: '#005399'

red 0 ◦ green 83 ◦ blue 153

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

Shades of Cobalt #005399

Tints of Cobalt #005399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 0%
G = 35.17%
B = 64.83%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005399 (or 0x005399) is known color: Cobalt. HEX triplet: 00, 53 and 99. RGB value is (0,83,153). Sum of RGB (Red+Green+Blue) = 0+83+153=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #005399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005399 is #FFAC66. Grayscale: #414141. Windows color (decimal): -16755815 or 10048256. OLE color: 10048256.

HSL color Cylindrical-coordinate representation of color #005399: hue angle of 207.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005399 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 83 153 -
CMYK 1 0.46 0 0.4
HSL 207.45º 1% 0.3% -
HSV(B) 207.45º 1% 0.6% -
XYZ 8.84 8.49 31.31 -
YUV 66.16 177 80.81 -
System Red Green Blue C M Y K H S L
Decimal 0 83 153 1 0.46 0 0.4 207.45 1 0.3
Hex 0 53 99 64 2E 0 28 CF 64 1E
Octal 0 123 231 144 56 0 50 317 144 36
Binary 0 1010011 10011001 1100100 101110 0 101000 11001111 1100100 11110

Color Harmonies of #005399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005399

Black with #005399

Text Example


Text Example

White with #005399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005399; }

 p { color: rgb(0,83,153); }

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

background-color css

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

 a { background-color: rgb(0,83,153); }

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

border-color css

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

 span { border-color: rgb(0,83,153); }

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