Html Css Color HEX #022BB5 International Klein Blue

📋 copy color: '#022BB5'

red 2 ◦ green 43 ◦ blue 181

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

Shades of International Klein Blue #022BB5

Tints of International Klein Blue #022BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 181 (71.09% from 255) = 80.09%

R = 0.88%
G = 19.03%
B = 80.09%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#022BB5 (or 0x022BB5) is known color: International Klein Blue. HEX triplet: 02, 2B and B5. RGB value is (2,43,181). Sum of RGB (Red+Green+Blue) = 2+43+181=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #022BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BB5 is #FDD44A. Grayscale: #2D2D2D. Windows color (decimal): -16634955 or 11873026. OLE color: 11873026.

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

Color convert

RGB 2 43 181 -
CMYK 0.99 0.76 0 0.29
HSL 226.26º 0.98% 0.36% -
HSV(B) 226.26º 0.99% 0.71% -
XYZ 9.23 5.08 44.21 -
YUV 46.47 203.92 96.28 -
System Red Green Blue C M Y K H S L
Decimal 2 43 181 0.99 0.76 0 0.29 226.26 0.98 0.36
Hex 2 2B B5 63 4C 0 1D E2 62 24
Octal 2 53 265 143 114 0 35 342 142 44
Binary 10 101011 10110101 1100011 1001100 0 11101 11100010 1100010 100100

Color Harmonies of #022BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BB5

Black with #022BB5

Text Example


Text Example

White with #022BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,43,181); }

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

background-color css

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

 a { background-color: rgb(2,43,181); }

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

border-color css

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

 span { border-color: rgb(2,43,181); }

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