Html Css Color HEX #012199 International Klein Blue

📋 copy color: '#012199'

red 1 ◦ green 33 ◦ blue 153

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

Shades of International Klein Blue #012199

Tints of International Klein Blue #012199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 153 (60.16% from 255) = 81.82%

R = 0.53%
G = 17.65%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012199 (or 0x012199) is known color: International Klein Blue. HEX triplet: 01, 21 and 99. RGB value is (1,33,153). Sum of RGB (Red+Green+Blue) = 1+33+153=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #012199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012199 is #FEDE66. Grayscale: #242424. Windows color (decimal): -16703079 or 10035457. OLE color: 10035457.

HSL color Cylindrical-coordinate representation of color #012199: hue angle of 227.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012199 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 33 153 -
CMYK 0.99 0.78 0 0.4
HSL 227.37º 0.99% 0.3% -
HSV(B) 227.37º 0.99% 0.6% -
XYZ 6.31 3.39 30.46 -
YUV 37.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 1 33 153 0.99 0.78 0 0.4 227.37 0.99 0.3
Hex 1 21 99 63 4E 0 28 E3 63 1E
Octal 1 41 231 143 116 0 50 343 143 36
Binary 1 100001 10011001 1100011 1001110 0 101000 11100011 1100011 11110

Color Harmonies of #012199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012199

Black with #012199

Text Example


Text Example

White with #012199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012199; }

 p { color: rgb(1,33,153); }

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

background-color css

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

 a { background-color: rgb(1,33,153); }

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

border-color css

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

 span { border-color: rgb(1,33,153); }

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