Html Css Color HEX #0519AB International Klein Blue

📋 copy color: '#0519AB'

red 5 ◦ green 25 ◦ blue 171

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

Shades of International Klein Blue #0519AB

Tints of International Klein Blue #0519AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 85.07%

R = 2.49%
G = 12.44%
B = 85.07%

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

#0519AB (or 0x0519AB) is known color: International Klein Blue. HEX triplet: 05, 19 and AB. RGB value is (5,25,171). Sum of RGB (Red+Green+Blue) = 5+25+171=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #0519AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0519AB is #FAE654. Grayscale: #232323. Windows color (decimal): -16442965 or 11213061. OLE color: 11213061.

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

Color convert

RGB 5 25 171 -
CMYK 0.97 0.85 0 0.33
HSL 232.77º 0.94% 0.35% -
HSV(B) 232.77º 0.97% 0.67% -
XYZ 7.76 3.67 38.83 -
YUV 35.66 204.37 106.13 -
System Red Green Blue C M Y K H S L
Decimal 5 25 171 0.97 0.85 0 0.33 232.77 0.94 0.35
Hex 5 19 AB 61 55 0 21 E9 5E 23
Octal 5 31 253 141 125 0 41 351 136 43
Binary 101 11001 10101011 1100001 1010101 0 100001 11101001 1011110 100011

Color Harmonies of #0519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0519AB

Black with #0519AB

Text Example


Text Example

White with #0519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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