Html Css Color HEX #01219A International Klein Blue

📋 copy color: '#01219A'

red 1 ◦ green 33 ◦ blue 154

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

Shades of International Klein Blue #01219A

Tints of International Klein Blue #01219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 81.91%

R = 0.53%
G = 17.55%
B = 81.91%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01219A (or 0x01219A) is known color: International Klein Blue. HEX triplet: 01, 21 and 9A. RGB value is (1,33,154). Sum of RGB (Red+Green+Blue) = 1+33+154=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 154 (60.55% from 255 or 81.91% from 188); Max value from RGB is 154 - color contains mainly: blue. Hex color #01219A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01219A is #FEDE65. Grayscale: #242424. Windows color (decimal): -16703078 or 10100993. OLE color: 10100993.

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

Color convert

RGB 1 33 154 -
CMYK 0.99 0.79 0 0.40
HSL 227.45º 0.99% 0.3% -
HSV(B) 227.45º 0.99% 0.6% -
XYZ 6.39 3.43 30.9 -
YUV 37.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 1 33 154 0.99 0.79 0 0.40 227.45 0.99 0.3
Hex 1 21 9A 63 4F 0 28 E3 63 1E
Octal 1 41 232 143 117 0 50 343 143 36
Binary 1 100001 10011010 1100011 1001111 0 101000 11100011 1100011 11110

Color Harmonies of #01219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01219A

Black with #01219A

Text Example


Text Example

White with #01219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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