Html Css Color HEX #05519B Cobalt

📋 copy color: '#05519B'

red 5 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #05519B

Tints of Cobalt #05519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

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

R = 2.07%
G = 33.61%
B = 64.32%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05519B (or 0x05519B) is known color: Cobalt. HEX triplet: 05, 51 and 9B. RGB value is (5,81,155). Sum of RGB (Red+Green+Blue) = 5+81+155=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #05519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05519B is #FAAE64. Grayscale: #424242. Windows color (decimal): -16428645 or 10178821. OLE color: 10178821.

HSL color Cylindrical-coordinate representation of color #05519B: hue angle of 209.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05519B is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 81 155 -
CMYK 0.97 0.48 0 0.39
HSL 209.6º 0.94% 0.31% -
HSV(B) 209.6º 0.97% 0.61% -
XYZ 8.92 8.28 32.14 -
YUV 66.71 177.82 83.98 -
System Red Green Blue C M Y K H S L
Decimal 5 81 155 0.97 0.48 0 0.39 209.6 0.94 0.31
Hex 5 51 9B 61 30 0 27 D2 5E 1F
Octal 5 121 233 141 60 0 47 322 136 37
Binary 101 1010001 10011011 1100001 110000 0 100111 11010010 1011110 11111

Color Harmonies of #05519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05519B

Black with #05519B

Text Example


Text Example

White with #05519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05519B; }

 p { color: rgb(5,81,155); }

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

background-color css

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

 a { background-color: rgb(5,81,155); }

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

border-color css

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

 span { border-color: rgb(5,81,155); }

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