Html Css Color HEX #0518AE International Klein Blue

📋 copy color: '#0518AE'

red 5 ◦ green 24 ◦ blue 174

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

Shades of International Klein Blue #0518AE

Tints of International Klein Blue #0518AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 85.71%

R = 2.46%
G = 11.82%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0518AE (or 0x0518AE) is known color: International Klein Blue. HEX triplet: 05, 18 and AE. RGB value is (5,24,174). Sum of RGB (Red+Green+Blue) = 5+24+174=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #0518AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518AE is #FAE751. Grayscale: #222222. Windows color (decimal): -16443218 or 11409413. OLE color: 11409413.

HSL color Cylindrical-coordinate representation of color #0518AE: hue angle of 233.25º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0518AE is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 24 174 -
CMYK 0.97 0.86 0 0.32
HSL 233.25º 0.94% 0.35% -
HSV(B) 233.25º 0.97% 0.68% -
XYZ 8.03 3.74 40.34 -
YUV 35.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 5 24 174 0.97 0.86 0 0.32 233.25 0.94 0.35
Hex 5 18 AE 61 56 0 20 E9 5E 23
Octal 5 30 256 141 126 0 40 351 136 43
Binary 101 11000 10101110 1100001 1010110 0 100000 11101001 1011110 100011

Color Harmonies of #0518AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518AE

Black with #0518AE

Text Example


Text Example

White with #0518AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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