Html Css Color HEX #022BAF International Klein Blue

📋 copy color: '#022BAF'

red 2 ◦ green 43 ◦ blue 175

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

Shades of International Klein Blue #022BAF

Tints of International Klein Blue #022BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 79.55%

R = 0.91%
G = 19.55%
B = 79.55%

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

#022BAF (or 0x022BAF) is known color: International Klein Blue. HEX triplet: 02, 2B and AF. RGB value is (2,43,175). Sum of RGB (Red+Green+Blue) = 2+43+175=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #022BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BAF is #FDD450. Grayscale: #2D2D2D. Windows color (decimal): -16634961 or 11479810. OLE color: 11479810.

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

Color convert

RGB 2 43 175 -
CMYK 0.99 0.75 0 0.31
HSL 225.78º 0.98% 0.35% -
HSV(B) 225.78º 0.99% 0.69% -
XYZ 8.63 4.84 41.04 -
YUV 45.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 2 43 175 0.99 0.75 0 0.31 225.78 0.98 0.35
Hex 2 2B AF 63 4B 0 1F E2 62 23
Octal 2 53 257 143 113 0 37 342 142 43
Binary 10 101011 10101111 1100011 1001011 0 11111 11100010 1100010 100011

Color Harmonies of #022BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BAF

Black with #022BAF

Text Example


Text Example

White with #022BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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