Html Css Color HEX #0517B4 International Klein Blue

📋 copy color: '#0517B4'

red 5 ◦ green 23 ◦ blue 180

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

Shades of International Klein Blue #0517B4

Tints of International Klein Blue #0517B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 86.54%

R = 2.4%
G = 11.06%
B = 86.54%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0517B4 (or 0x0517B4) is known color: International Klein Blue. HEX triplet: 05, 17 and B4. RGB value is (5,23,180). Sum of RGB (Red+Green+Blue) = 5+23+180=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 180 (70.70% from 255 or 86.54% from 208); Max value from RGB is 180 - color contains mainly: blue. Hex color #0517B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0517B4 is #FAE84B. Grayscale: #222222. Windows color (decimal): -16443468 or 11802373. OLE color: 11802373.

HSL color Cylindrical-coordinate representation of color #0517B4: hue angle of 233.83º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0517B4 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 23 180 -
CMYK 0.97 0.87 0 0.29
HSL 233.83º 0.95% 0.36% -
HSV(B) 233.83º 0.97% 0.71% -
XYZ 8.61 3.94 43.49 -
YUV 35.52 209.54 106.23 -
System Red Green Blue C M Y K H S L
Decimal 5 23 180 0.97 0.87 0 0.29 233.83 0.95 0.36
Hex 5 17 B4 61 57 0 1D EA 5F 24
Octal 5 27 264 141 127 0 35 352 137 44
Binary 101 10111 10110100 1100001 1010111 0 11101 11101010 1011111 100100

Color Harmonies of #0517B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0517B4

Black with #0517B4

Text Example


Text Example

White with #0517B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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