Html Css Color HEX #0420AB International Klein Blue

📋 copy color: '#0420AB'

red 4 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0420AB

Tints of International Klein Blue #0420AB

RGB

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

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

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

R = 1.93%
G = 15.46%
B = 82.61%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0420AB (or 0x0420AB) is known color: International Klein Blue. HEX triplet: 04, 20 and AB. RGB value is (4,32,171). Sum of RGB (Red+Green+Blue) = 4+32+171=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #0420AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0420AB is #FBDF54. Grayscale: #262626. Windows color (decimal): -16506709 or 11214852. OLE color: 11214852.

HSL color Cylindrical-coordinate representation of color #0420AB: hue angle of 229.94º 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 #0420AB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 32 171 -
CMYK 0.98 0.81 0 0.33
HSL 229.94º 0.95% 0.34% -
HSV(B) 229.94º 0.98% 0.67% -
XYZ 7.92 4 38.88 -
YUV 39.47 202.22 102.7 -
System Red Green Blue C M Y K H S L
Decimal 4 32 171 0.98 0.81 0 0.33 229.94 0.95 0.34
Hex 4 20 AB 62 51 0 21 E6 5F 22
Octal 4 40 253 142 121 0 41 346 137 42
Binary 100 100000 10101011 1100010 1010001 0 100001 11100110 1011111 100010

Color Harmonies of #0420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0420AB

Black with #0420AB

Text Example


Text Example

White with #0420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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