Html Css Color HEX #0519AA International Klein Blue

📋 copy color: '#0519AA'

red 5 ◦ green 25 ◦ blue 170

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

Shades of International Klein Blue #0519AA

Tints of International Klein Blue #0519AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

 BLUE value IS 170 (66.8% from 255) = 85%

R = 2.5%
G = 12.5%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0519AA (or 0x0519AA) is known color: International Klein Blue. HEX triplet: 05, 19 and AA. RGB value is (5,25,170). Sum of RGB (Red+Green+Blue) = 5+25+170=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #0519AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0519AA is #FAE655. Grayscale: #222222. Windows color (decimal): -16442966 or 11147525. OLE color: 11147525.

HSL color Cylindrical-coordinate representation of color #0519AA: hue angle of 232.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519AA is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 25 170 -
CMYK 0.97 0.85 0 0.33
HSL 232.73º 0.94% 0.34% -
HSV(B) 232.73º 0.97% 0.67% -
XYZ 7.67 3.63 38.33 -
YUV 35.55 203.87 106.21 -
System Red Green Blue C M Y K H S L
Decimal 5 25 170 0.97 0.85 0 0.33 232.73 0.94 0.34
Hex 5 19 AA 61 55 0 21 E9 5E 22
Octal 5 31 252 141 125 0 41 351 136 42
Binary 101 11001 10101010 1100001 1010101 0 100001 11101001 1011110 100010

Color Harmonies of #0519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0519AA

Black with #0519AA

Text Example


Text Example

White with #0519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0519AA; }

 p { color: rgb(5,25,170); }

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

background-color css

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

 a { background-color: rgb(5,25,170); }

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

border-color css

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

 span { border-color: rgb(5,25,170); }

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