Html Css Color HEX #05519F Cobalt

📋 copy color: '#05519F'

red 5 ◦ green 81 ◦ blue 159

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

Shades of Cobalt #05519F

Tints of Cobalt #05519F

RGB

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

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

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

R = 2.04%
G = 33.06%
B = 64.9%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05519F (or 0x05519F) is known color: Cobalt. HEX triplet: 05, 51 and 9F. RGB value is (5,81,159). Sum of RGB (Red+Green+Blue) = 5+81+159=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #05519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05519F is #FAAE60. Grayscale: #424242. Windows color (decimal): -16428641 or 10440965. OLE color: 10440965.

HSL color Cylindrical-coordinate representation of color #05519F: hue angle of 210.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05519F is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 81 159 -
CMYK 0.97 0.49 0 0.38
HSL 210.39º 0.94% 0.32% -
HSV(B) 210.39º 0.97% 0.62% -
XYZ 9.26 8.42 33.94 -
YUV 67.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 5 81 159 0.97 0.49 0 0.38 210.39 0.94 0.32
Hex 5 51 9F 61 31 0 26 D2 5E 20
Octal 5 121 237 141 61 0 46 322 136 40
Binary 101 1010001 10011111 1100001 110001 0 100110 11010010 1011110 100000

Color Harmonies of #05519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05519F

Black with #05519F

Text Example


Text Example

White with #05519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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