Html Css Color HEX #022CBC International Klein Blue

📋 copy color: '#022CBC'

red 2 ◦ green 44 ◦ blue 188

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

Shades of International Klein Blue #022CBC

Tints of International Klein Blue #022CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 0.85%
G = 18.8%
B = 80.34%

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

#022CBC (or 0x022CBC) is known color: International Klein Blue. HEX triplet: 02, 2C and BC. RGB value is (2,44,188). Sum of RGB (Red+Green+Blue) = 2+44+188=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #022CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CBC is #FDD343. Grayscale: #2F2F2F. Windows color (decimal): -16634692 or 12332034. OLE color: 12332034.

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

Color convert

RGB 2 44 188 -
CMYK 0.99 0.77 0 0.26
HSL 226.45º 0.98% 0.37% -
HSV(B) 226.45º 0.99% 0.74% -
XYZ 10 5.45 48.1 -
YUV 47.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 2 44 188 0.99 0.77 0 0.26 226.45 0.98 0.37
Hex 2 2C BC 63 4D 0 1A E2 62 25
Octal 2 54 274 143 115 0 32 342 142 45
Binary 10 101100 10111100 1100011 1001101 0 11010 11100010 1100010 100101

Color Harmonies of #022CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CBC

Black with #022CBC

Text Example


Text Example

White with #022CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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