Html Css Color HEX #022DB1 International Klein Blue

📋 copy color: '#022DB1'

red 2 ◦ green 45 ◦ blue 177

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

Shades of International Klein Blue #022DB1

Tints of International Klein Blue #022DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 79.02%

R = 0.89%
G = 20.09%
B = 79.02%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#022DB1 (or 0x022DB1) is known color: International Klein Blue. HEX triplet: 02, 2D and B1. RGB value is (2,45,177). Sum of RGB (Red+Green+Blue) = 2+45+177=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 177 (69.53% from 255 or 79.02% from 224); Max value from RGB is 177 - color contains mainly: blue. Hex color #022DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DB1 is #FDD24E. Grayscale: #2E2E2E. Windows color (decimal): -16634447 or 11611394. OLE color: 11611394.

HSL color Cylindrical-coordinate representation of color #022DB1: hue angle of 225.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DB1 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 45 177 -
CMYK 0.99 0.75 0 0.31
HSL 225.26º 0.98% 0.35% -
HSV(B) 225.26º 0.99% 0.69% -
XYZ 8.9 5.06 42.1 -
YUV 47.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 2 45 177 0.99 0.75 0 0.31 225.26 0.98 0.35
Hex 2 2D B1 63 4B 0 1F E1 62 23
Octal 2 55 261 143 113 0 37 341 142 43
Binary 10 101101 10110001 1100011 1001011 0 11111 11100001 1100010 100011

Color Harmonies of #022DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DB1

Black with #022DB1

Text Example


Text Example

White with #022DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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