Html Css Color HEX #0517AC International Klein Blue

📋 copy color: '#0517AC'

red 5 ◦ green 23 ◦ blue 172

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

Shades of International Klein Blue #0517AC

Tints of International Klein Blue #0517AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 172 (67.58% from 255) = 86%

R = 2.5%
G = 11.5%
B = 86%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0517AC (or 0x0517AC) is known color: International Klein Blue. HEX triplet: 05, 17 and AC. RGB value is (5,23,172). Sum of RGB (Red+Green+Blue) = 5+23+172=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #0517AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0517AC is #FAE853. Grayscale: #212121. Windows color (decimal): -16443476 or 11278085. OLE color: 11278085.

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

Color convert

RGB 5 23 172 -
CMYK 0.97 0.87 0 0.33
HSL 233.53º 0.94% 0.35% -
HSV(B) 233.53º 0.97% 0.67% -
XYZ 7.82 3.62 39.32 -
YUV 34.6 205.54 106.88 -
System Red Green Blue C M Y K H S L
Decimal 5 23 172 0.97 0.87 0 0.33 233.53 0.94 0.35
Hex 5 17 AC 61 57 0 21 EA 5E 23
Octal 5 27 254 141 127 0 41 352 136 43
Binary 101 10111 10101100 1100001 1010111 0 100001 11101010 1011110 100011

Color Harmonies of #0517AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0517AC

Black with #0517AC

Text Example


Text Example

White with #0517AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0517AC; }

 p { color: rgb(5,23,172); }

 H1.HeaderClassName
 {
   color: #0517AC;
 }
 .AnyTagClassName
 {
   color: #0517AC;
 }
</style>

background-color css

<style>
 a { background-color: #0517AC; }

 a { background-color: rgb(5,23,172); }

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

border-color css

<style>
 span { border-color: #0517AC; }

 span { border-color: rgb(5,23,172); }

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