Html Css Color HEX #0422AD International Klein Blue

📋 copy color: '#0422AD'

red 4 ◦ green 34 ◦ blue 173

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

Shades of International Klein Blue #0422AD

Tints of International Klein Blue #0422AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 1.9%
G = 16.11%
B = 81.99%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0422AD (or 0x0422AD) is known color: International Klein Blue. HEX triplet: 04, 22 and AD. RGB value is (4,34,173). Sum of RGB (Red+Green+Blue) = 4+34+173=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #0422AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0422AD is #FBDD52. Grayscale: #282828. Windows color (decimal): -16506195 or 11346436. OLE color: 11346436.

HSL color Cylindrical-coordinate representation of color #0422AD: hue angle of 229.35º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0422AD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 34 173 -
CMYK 0.98 0.80 0 0.32
HSL 229.35º 0.95% 0.35% -
HSV(B) 229.35º 0.98% 0.68% -
XYZ 8.16 4.19 39.91 -
YUV 40.88 202.56 101.7 -
System Red Green Blue C M Y K H S L
Decimal 4 34 173 0.98 0.80 0 0.32 229.35 0.95 0.35
Hex 4 22 AD 62 50 0 20 E5 5F 23
Octal 4 42 255 142 120 0 40 345 137 43
Binary 100 100010 10101101 1100010 1010000 0 100000 11100101 1011111 100011

Color Harmonies of #0422AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0422AD

Black with #0422AD

Text Example


Text Example

White with #0422AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0422AD; }

 p { color: rgb(4,34,173); }

 H1.HeaderClassName
 {
   color: #0422AD;
 }
 .AnyTagClassName
 {
   color: #0422AD;
 }
</style>

background-color css

<style>
 a { background-color: #0422AD; }

 a { background-color: rgb(4,34,173); }

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

border-color css

<style>
 span { border-color: #0422AD; }

 span { border-color: rgb(4,34,173); }

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