Html Css Color HEX #022BBB International Klein Blue

📋 copy color: '#022BBB'

red 2 ◦ green 43 ◦ blue 187

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

Shades of International Klein Blue #022BBB

Tints of International Klein Blue #022BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.6%

R = 0.86%
G = 18.53%
B = 80.6%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#022BBB (or 0x022BBB) is known color: International Klein Blue. HEX triplet: 02, 2B and BB. RGB value is (2,43,187). Sum of RGB (Red+Green+Blue) = 2+43+187=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #022BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BBB is #FDD444. Grayscale: #2E2E2E. Windows color (decimal): -16634949 or 12266242. OLE color: 12266242.

HSL color Cylindrical-coordinate representation of color #022BBB: hue angle of 226.7º 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 #022BBB is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 43 187 -
CMYK 0.99 0.77 0 0.27
HSL 226.7º 0.98% 0.37% -
HSV(B) 226.7º 0.99% 0.73% -
XYZ 9.86 5.33 47.52 -
YUV 47.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 2 43 187 0.99 0.77 0 0.27 226.7 0.98 0.37
Hex 2 2B BB 63 4D 0 1B E3 62 25
Octal 2 53 273 143 115 0 33 343 142 45
Binary 10 101011 10111011 1100011 1001101 0 11011 11100011 1100010 100101

Color Harmonies of #022BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BBB

Black with #022BBB

Text Example


Text Example

White with #022BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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