Html Css Color HEX #0432AB International Klein Blue

📋 copy color: '#0432AB'

red 4 ◦ green 50 ◦ blue 171

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

Shades of International Klein Blue #0432AB

Tints of International Klein Blue #0432AB

RGB

 RED value IS 4 (1.95% from 255) = 1.78%

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

 BLUE value IS 171 (67.19% from 255) = 76%

R = 1.78%
G = 22.22%
B = 76%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0432AB (or 0x0432AB) is known color: International Klein Blue. HEX triplet: 04, 32 and AB. RGB value is (4,50,171). Sum of RGB (Red+Green+Blue) = 4+50+171=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #0432AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0432AB is #FBCD54. Grayscale: #313131. Windows color (decimal): -16502101 or 11219460. OLE color: 11219460.

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

Color convert

RGB 4 50 171 -
CMYK 0.98 0.71 0 0.33
HSL 223.47º 0.95% 0.34% -
HSV(B) 223.47º 0.98% 0.67% -
XYZ 8.54 5.25 39.09 -
YUV 50.04 196.26 95.16 -
System Red Green Blue C M Y K H S L
Decimal 4 50 171 0.98 0.71 0 0.33 223.47 0.95 0.34
Hex 4 32 AB 62 47 0 21 DF 5F 22
Octal 4 62 253 142 107 0 41 337 137 42
Binary 100 110010 10101011 1100010 1000111 0 100001 11011111 1011111 100010

Color Harmonies of #0432AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0432AB

Black with #0432AB

Text Example


Text Example

White with #0432AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0432AB; }

 p { color: rgb(4,50,171); }

 H1.HeaderClassName
 {
   color: #0432AB;
 }
 .AnyTagClassName
 {
   color: #0432AB;
 }
</style>

background-color css

<style>
 a { background-color: #0432AB; }

 a { background-color: rgb(4,50,171); }

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

border-color css

<style>
 span { border-color: #0432AB; }

 span { border-color: rgb(4,50,171); }

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