Html Css Color HEX #0022BF International Klein Blue

📋 copy color: '#0022BF'

red 0 ◦ green 34 ◦ blue 191

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

Shades of International Klein Blue #0022BF

Tints of International Klein Blue #0022BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 191 (75% from 255) = 84.89%

R = 0%
G = 15.11%
B = 84.89%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0022BF (or 0x0022BF) is known color: International Klein Blue. HEX triplet: 00, 22 and BF. RGB value is (0,34,191). Sum of RGB (Red+Green+Blue) = 0+34+191=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #0022BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0022BF is #FFDD40. Grayscale: #292929. Windows color (decimal): -16768321 or 12526080. OLE color: 12526080.

HSL color Cylindrical-coordinate representation of color #0022BF: hue angle of 229.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022BF is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 34 191 -
CMYK 1 0.82 0 0.25
HSL 229.32º 1% 0.37% -
HSV(B) 229.32º 1% 0.75% -
XYZ 9.98 4.91 49.71 -
YUV 41.73 212.24 98.23 -
System Red Green Blue C M Y K H S L
Decimal 0 34 191 1 0.82 0 0.25 229.32 1 0.37
Hex 0 22 BF 64 52 0 19 E5 64 25
Octal 0 42 277 144 122 0 31 345 144 45
Binary 0 100010 10111111 1100100 1010010 0 11001 11100101 1100100 100101

Color Harmonies of #0022BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0022BF

Black with #0022BF

Text Example


Text Example

White with #0022BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0022BF; }

 p { color: rgb(0,34,191); }

 H1.HeaderClassName
 {
   color: #0022BF;
 }
 .AnyTagClassName
 {
   color: #0022BF;
 }
</style>

background-color css

<style>
 a { background-color: #0022BF; }

 a { background-color: rgb(0,34,191); }

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

border-color css

<style>
 span { border-color: #0022BF; }

 span { border-color: rgb(0,34,191); }

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