Html Css Color HEX #022CBB International Klein Blue

📋 copy color: '#022CBB'

red 2 ◦ green 44 ◦ blue 187

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

Shades of International Klein Blue #022CBB

Tints of International Klein Blue #022CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 0.86%
G = 18.88%
B = 80.26%

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

#022CBB (or 0x022CBB) is known color: International Klein Blue. HEX triplet: 02, 2C and BB. RGB value is (2,44,187). Sum of RGB (Red+Green+Blue) = 2+44+187=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #022CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CBB is #FDD344. Grayscale: #2F2F2F. Windows color (decimal): -16634693 or 12266498. OLE color: 12266498.

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

Color convert

RGB 2 44 187 -
CMYK 0.99 0.76 0 0.27
HSL 226.38º 0.98% 0.37% -
HSV(B) 226.38º 0.99% 0.73% -
XYZ 9.9 5.4 47.53 -
YUV 47.74 206.59 95.37 -
System Red Green Blue C M Y K H S L
Decimal 2 44 187 0.99 0.76 0 0.27 226.38 0.98 0.37
Hex 2 2C BB 63 4C 0 1B E2 62 25
Octal 2 54 273 143 114 0 33 342 142 45
Binary 10 101100 10111011 1100011 1001100 0 11011 11100010 1100010 100101

Color Harmonies of #022CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CBB

Black with #022CBB

Text Example


Text Example

White with #022CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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