Html Css Color HEX #0132A4 International Klein Blue

📋 copy color: '#0132A4'

red 1 ◦ green 50 ◦ blue 164

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

Shades of International Klein Blue #0132A4

Tints of International Klein Blue #0132A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 76.28%

R = 0.47%
G = 23.26%
B = 76.28%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0132A4 (or 0x0132A4) is known color: International Klein Blue. HEX triplet: 01, 32 and A4. RGB value is (1,50,164). Sum of RGB (Red+Green+Blue) = 1+50+164=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 164 (64.45% from 255 or 76.28% from 215); Max value from RGB is 164 - color contains mainly: blue. Hex color #0132A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0132A4 is #FECD5B. Grayscale: #2F2F2F. Windows color (decimal): -16698716 or 10760705. OLE color: 10760705.

HSL color Cylindrical-coordinate representation of color #0132A4: hue angle of 221.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0132A4 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 50 164 -
CMYK 0.99 0.70 0 0.36
HSL 221.96º 0.99% 0.32% -
HSV(B) 221.96º 0.99% 0.64% -
XYZ 7.85 4.97 35.67 -
YUV 48.35 193.27 94.23 -
System Red Green Blue C M Y K H S L
Decimal 1 50 164 0.99 0.70 0 0.36 221.96 0.99 0.32
Hex 1 32 A4 63 46 0 24 DE 63 20
Octal 1 62 244 143 106 0 44 336 143 40
Binary 1 110010 10100100 1100011 1000110 0 100100 11011110 1100011 100000

Color Harmonies of #0132A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0132A4

Black with #0132A4

Text Example


Text Example

White with #0132A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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