Html Css Color HEX #022DA4 International Klein Blue

📋 copy color: '#022DA4'

red 2 ◦ green 45 ◦ blue 164

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

Shades of International Klein Blue #022DA4

Tints of International Klein Blue #022DA4

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 45 (17.97% from 255) = 21.33%

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

R = 0.95%
G = 21.33%
B = 77.73%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#022DA4 (or 0x022DA4) is known color: International Klein Blue. HEX triplet: 02, 2D and A4. RGB value is (2,45,164). Sum of RGB (Red+Green+Blue) = 2+45+164=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #022DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DA4 is #FDD25B. Grayscale: #2D2D2D. Windows color (decimal): -16634460 or 10759426. OLE color: 10759426.

HSL color Cylindrical-coordinate representation of color #022DA4: hue angle of 224.07º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DA4 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 45 164 -
CMYK 0.99 0.73 0 0.36
HSL 224.07º 0.98% 0.33% -
HSV(B) 224.07º 0.99% 0.64% -
XYZ 7.66 4.57 35.6 -
YUV 45.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 2 45 164 0.99 0.73 0 0.36 224.07 0.98 0.33
Hex 2 2D A4 63 49 0 24 E0 62 21
Octal 2 55 244 143 111 0 44 340 142 41
Binary 10 101101 10100100 1100011 1001001 0 100100 11100000 1100010 100001

Color Harmonies of #022DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DA4

Black with #022DA4

Text Example


Text Example

White with #022DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022DA4; }

 p { color: rgb(2,45,164); }

 H1.HeaderClassName
 {
   color: #022DA4;
 }
 .AnyTagClassName
 {
   color: #022DA4;
 }
</style>

background-color css

<style>
 a { background-color: #022DA4; }

 a { background-color: rgb(2,45,164); }

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

border-color css

<style>
 span { border-color: #022DA4; }

 span { border-color: rgb(2,45,164); }

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