Html Css Color HEX #0122AC International Klein Blue

📋 copy color: '#0122AC'

red 1 ◦ green 34 ◦ blue 172

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

Shades of International Klein Blue #0122AC

Tints of International Klein Blue #0122AC

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

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

 BLUE value IS 172 (67.58% from 255) = 83.09%

R = 0.48%
G = 16.43%
B = 83.09%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0122AC (or 0x0122AC) is known color: International Klein Blue. HEX triplet: 01, 22 and AC. RGB value is (1,34,172). Sum of RGB (Red+Green+Blue) = 1+34+172=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #0122AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0122AC is #FEDD53. Grayscale: #272727. Windows color (decimal): -16702804 or 11280897. OLE color: 11280897.

HSL color Cylindrical-coordinate representation of color #0122AC: hue angle of 228.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0122AC is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 34 172 -
CMYK 0.99 0.80 0 0.33
HSL 228.42º 0.99% 0.34% -
HSV(B) 228.42º 0.99% 0.67% -
XYZ 8.03 4.13 39.4 -
YUV 39.87 202.57 100.28 -
System Red Green Blue C M Y K H S L
Decimal 1 34 172 0.99 0.80 0 0.33 228.42 0.99 0.34
Hex 1 22 AC 63 50 0 21 E4 63 22
Octal 1 42 254 143 120 0 41 344 143 42
Binary 1 100010 10101100 1100011 1010000 0 100001 11100100 1100011 100010

Color Harmonies of #0122AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0122AC

Black with #0122AC

Text Example


Text Example

White with #0122AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0122AC; }

 p { color: rgb(1,34,172); }

 H1.HeaderClassName
 {
   color: #0122AC;
 }
 .AnyTagClassName
 {
   color: #0122AC;
 }
</style>

background-color css

<style>
 a { background-color: #0122AC; }

 a { background-color: rgb(1,34,172); }

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

border-color css

<style>
 span { border-color: #0122AC; }

 span { border-color: rgb(1,34,172); }

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