Html Css Color HEX #0020AE International Klein Blue

📋 copy color: '#0020AE'

red 0 ◦ green 32 ◦ blue 174

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

Shades of International Klein Blue #0020AE

Tints of International Klein Blue #0020AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 0%
G = 15.53%
B = 84.47%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0020AE (or 0x0020AE) is known color: International Klein Blue. HEX triplet: 00, 20 and AE. RGB value is (0,32,174). Sum of RGB (Red+Green+Blue) = 0+32+174=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #0020AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0020AE is #FFDF51. Grayscale: #262626. Windows color (decimal): -16768850 or 11411456. OLE color: 11411456.

HSL color Cylindrical-coordinate representation of color #0020AE: hue angle of 228.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020AE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 32 174 -
CMYK 1 0.82 0 0.32
HSL 228.97º 1% 0.34% -
HSV(B) 228.97º 1% 0.68% -
XYZ 8.16 4.09 40.4 -
YUV 38.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 0 32 174 1 0.82 0 0.32 228.97 1 0.34
Hex 0 20 AE 64 52 0 20 E5 64 22
Octal 0 40 256 144 122 0 40 345 144 42
Binary 0 100000 10101110 1100100 1010010 0 100000 11100101 1100100 100010

Color Harmonies of #0020AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0020AE

Black with #0020AE

Text Example


Text Example

White with #0020AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,32,174); }

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

background-color css

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

 a { background-color: rgb(0,32,174); }

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

border-color css

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

 span { border-color: rgb(0,32,174); }

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