Html Css Color HEX #0132AA International Klein Blue

📋 copy color: '#0132AA'

red 1 ◦ green 50 ◦ blue 170

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

Shades of International Klein Blue #0132AA

Tints of International Klein Blue #0132AA

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 170 (66.8% from 255) = 76.92%

R = 0.45%
G = 22.62%
B = 76.92%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0132AA (or 0x0132AA) is known color: International Klein Blue. HEX triplet: 01, 32 and AA. RGB value is (1,50,170). Sum of RGB (Red+Green+Blue) = 1+50+170=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #0132AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0132AA is #FECD55. Grayscale: #303030. Windows color (decimal): -16698710 or 11153921. OLE color: 11153921.

HSL color Cylindrical-coordinate representation of color #0132AA: hue angle of 222.6º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0132AA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 50 170 -
CMYK 0.99 0.71 0 0.33
HSL 222.6º 0.99% 0.34% -
HSV(B) 222.6º 0.99% 0.67% -
XYZ 8.41 5.19 38.59 -
YUV 49.03 196.27 93.74 -
System Red Green Blue C M Y K H S L
Decimal 1 50 170 0.99 0.71 0 0.33 222.6 0.99 0.34
Hex 1 32 AA 63 47 0 21 DF 63 22
Octal 1 62 252 143 107 0 41 337 143 42
Binary 1 110010 10101010 1100011 1000111 0 100001 11011111 1100011 100010

Color Harmonies of #0132AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0132AA

Black with #0132AA

Text Example


Text Example

White with #0132AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0132AA; }

 p { color: rgb(1,50,170); }

 H1.HeaderClassName
 {
   color: #0132AA;
 }
 .AnyTagClassName
 {
   color: #0132AA;
 }
</style>

background-color css

<style>
 a { background-color: #0132AA; }

 a { background-color: rgb(1,50,170); }

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

border-color css

<style>
 span { border-color: #0132AA; }

 span { border-color: rgb(1,50,170); }

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