Html Css Color HEX #0518AB International Klein Blue

📋 copy color: '#0518AB'

red 5 ◦ green 24 ◦ blue 171

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

Shades of International Klein Blue #0518AB

Tints of International Klein Blue #0518AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 2.5%
G = 12%
B = 85.5%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0518AB (or 0x0518AB) is known color: International Klein Blue. HEX triplet: 05, 18 and AB. RGB value is (5,24,171). Sum of RGB (Red+Green+Blue) = 5+24+171=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #0518AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518AB is #FAE754. Grayscale: #222222. Windows color (decimal): -16443221 or 11212805. OLE color: 11212805.

HSL color Cylindrical-coordinate representation of color #0518AB: hue angle of 233.13º 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 #0518AB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 24 171 -
CMYK 0.97 0.86 0 0.33
HSL 233.13º 0.94% 0.35% -
HSV(B) 233.13º 0.97% 0.67% -
XYZ 7.74 3.63 38.82 -
YUV 35.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 5 24 171 0.97 0.86 0 0.33 233.13 0.94 0.35
Hex 5 18 AB 61 56 0 21 E9 5E 23
Octal 5 30 253 141 126 0 41 351 136 43
Binary 101 11000 10101011 1100001 1010110 0 100001 11101001 1011110 100011

Color Harmonies of #0518AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518AB

Black with #0518AB

Text Example


Text Example

White with #0518AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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