Html Css Color HEX #022FB3 International Klein Blue

📋 copy color: '#022FB3'

red 2 ◦ green 47 ◦ blue 179

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

Shades of International Klein Blue #022FB3

Tints of International Klein Blue #022FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 179 (70.31% from 255) = 78.51%

R = 0.88%
G = 20.61%
B = 78.51%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#022FB3 (or 0x022FB3) is known color: International Klein Blue. HEX triplet: 02, 2F and B3. RGB value is (2,47,179). Sum of RGB (Red+Green+Blue) = 2+47+179=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 179 (70.31% from 255 or 78.51% from 228); Max value from RGB is 179 - color contains mainly: blue. Hex color #022FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FB3 is #FDD04C. Grayscale: #303030. Windows color (decimal): -16633933 or 11742978. OLE color: 11742978.

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

Color convert

RGB 2 47 179 -
CMYK 0.99 0.74 0 0.30
HSL 224.75º 0.98% 0.35% -
HSV(B) 224.75º 0.99% 0.7% -
XYZ 9.18 5.3 43.19 -
YUV 48.59 201.59 94.77 -
System Red Green Blue C M Y K H S L
Decimal 2 47 179 0.99 0.74 0 0.30 224.75 0.98 0.35
Hex 2 2F B3 63 4A 0 1E E1 62 23
Octal 2 57 263 143 112 0 36 341 142 43
Binary 10 101111 10110011 1100011 1001010 0 11110 11100001 1100010 100011

Color Harmonies of #022FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FB3

Black with #022FB3

Text Example


Text Example

White with #022FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,179); }

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

background-color css

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

 a { background-color: rgb(2,47,179); }

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

border-color css

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

 span { border-color: rgb(2,47,179); }

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