Html Css Color HEX #022DB9 International Klein Blue

📋 copy color: '#022DB9'

red 2 ◦ green 45 ◦ blue 185

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

Shades of International Klein Blue #022DB9

Tints of International Klein Blue #022DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 79.74%

R = 0.86%
G = 19.4%
B = 79.74%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#022DB9 (or 0x022DB9) is known color: International Klein Blue. HEX triplet: 02, 2D and B9. RGB value is (2,45,185). Sum of RGB (Red+Green+Blue) = 2+45+185=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #022DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DB9 is #FDD246. Grayscale: #2F2F2F. Windows color (decimal): -16634439 or 12135682. OLE color: 12135682.

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

Color convert

RGB 2 45 185 -
CMYK 0.99 0.76 0 0.27
HSL 225.9º 0.98% 0.37% -
HSV(B) 225.9º 0.99% 0.73% -
XYZ 9.72 5.39 46.43 -
YUV 48.1 205.25 95.12 -
System Red Green Blue C M Y K H S L
Decimal 2 45 185 0.99 0.76 0 0.27 225.9 0.98 0.37
Hex 2 2D B9 63 4C 0 1B E2 62 25
Octal 2 55 271 143 114 0 33 342 142 45
Binary 10 101101 10111001 1100011 1001100 0 11011 11100010 1100010 100101

Color Harmonies of #022DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DB9

Black with #022DB9

Text Example


Text Example

White with #022DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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