Html Css Color HEX #022BBD International Klein Blue

📋 copy color: '#022BBD'

red 2 ◦ green 43 ◦ blue 189

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

Shades of International Klein Blue #022BBD

Tints of International Klein Blue #022BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.77%

R = 0.85%
G = 18.38%
B = 80.77%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#022BBD (or 0x022BBD) is known color: International Klein Blue. HEX triplet: 02, 2B and BD. RGB value is (2,43,189). Sum of RGB (Red+Green+Blue) = 2+43+189=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #022BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BBD is #FDD442. Grayscale: #2E2E2E. Windows color (decimal): -16634947 or 12397314. OLE color: 12397314.

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

Color convert

RGB 2 43 189 -
CMYK 0.99 0.77 0 0.26
HSL 226.84º 0.98% 0.37% -
HSV(B) 226.84º 0.99% 0.74% -
XYZ 10.07 5.41 48.66 -
YUV 47.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 2 43 189 0.99 0.77 0 0.26 226.84 0.98 0.37
Hex 2 2B BD 63 4D 0 1A E3 62 25
Octal 2 53 275 143 115 0 32 343 142 45
Binary 10 101011 10111101 1100011 1001101 0 11010 11100011 1100010 100101

Color Harmonies of #022BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BBD

Black with #022BBD

Text Example


Text Example

White with #022BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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