Html Css Color HEX #012099 International Klein Blue

📋 copy color: '#012099'

red 1 ◦ green 32 ◦ blue 153

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

Shades of International Klein Blue #012099

Tints of International Klein Blue #012099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 0.54%
G = 17.2%
B = 82.26%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012099 (or 0x012099) is known color: International Klein Blue. HEX triplet: 01, 20 and 99. RGB value is (1,32,153). Sum of RGB (Red+Green+Blue) = 1+32+153=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #012099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012099 is #FEDF66. Grayscale: #242424. Windows color (decimal): -16703335 or 10035201. OLE color: 10035201.

HSL color Cylindrical-coordinate representation of color #012099: hue angle of 227.76º 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 #012099 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 32 153 -
CMYK 0.99 0.79 0 0.4
HSL 227.76º 0.99% 0.3% -
HSV(B) 227.76º 0.99% 0.6% -
XYZ 6.28 3.34 30.45 -
YUV 36.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 1 32 153 0.99 0.79 0 0.4 227.76 0.99 0.3
Hex 1 20 99 63 4F 0 28 E4 63 1E
Octal 1 40 231 143 117 0 50 344 143 36
Binary 1 100000 10011001 1100011 1001111 0 101000 11100100 1100011 11110

Color Harmonies of #012099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012099

Black with #012099

Text Example


Text Example

White with #012099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012099; }

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

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

background-color css

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

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

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

border-color css

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

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

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