Html Css Color HEX #022CB0 International Klein Blue

📋 copy color: '#022CB0'

red 2 ◦ green 44 ◦ blue 176

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

Shades of International Klein Blue #022CB0

Tints of International Klein Blue #022CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 79.28%

R = 0.9%
G = 19.82%
B = 79.28%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#022CB0 (or 0x022CB0) is known color: International Klein Blue. HEX triplet: 02, 2C and B0. RGB value is (2,44,176). Sum of RGB (Red+Green+Blue) = 2+44+176=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 176 (69.14% from 255 or 79.28% from 222); Max value from RGB is 176 - color contains mainly: blue. Hex color #022CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CB0 is #FDD34F. Grayscale: #2D2D2D. Windows color (decimal): -16634704 or 11545602. OLE color: 11545602.

HSL color Cylindrical-coordinate representation of color #022CB0: hue angle of 225.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CB0 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 44 176 -
CMYK 0.99 0.75 0 0.31
HSL 225.52º 0.98% 0.35% -
HSV(B) 225.52º 0.99% 0.69% -
XYZ 8.76 4.95 41.57 -
YUV 46.49 201.09 96.27 -
System Red Green Blue C M Y K H S L
Decimal 2 44 176 0.99 0.75 0 0.31 225.52 0.98 0.35
Hex 2 2C B0 63 4B 0 1F E2 62 23
Octal 2 54 260 143 113 0 37 342 142 43
Binary 10 101100 10110000 1100011 1001011 0 11111 11100010 1100010 100011

Color Harmonies of #022CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CB0

Black with #022CB0

Text Example


Text Example

White with #022CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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