Html Css Color HEX #012EAD International Klein Blue

📋 copy color: '#012EAD'

red 1 ◦ green 46 ◦ blue 173

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

Shades of International Klein Blue #012EAD

Tints of International Klein Blue #012EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.91%

 BLUE value IS 173 (67.97% from 255) = 78.64%

R = 0.45%
G = 20.91%
B = 78.64%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#012EAD (or 0x012EAD) is known color: International Klein Blue. HEX triplet: 01, 2E and AD. RGB value is (1,46,173). Sum of RGB (Red+Green+Blue) = 1+46+173=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #012EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAD is #FED152. Grayscale: #2E2E2E. Windows color (decimal): -16699731 or 11349505. OLE color: 11349505.

HSL color Cylindrical-coordinate representation of color #012EAD: hue angle of 224.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012EAD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 46 173 -
CMYK 0.99 0.73 0 0.32
HSL 224.3º 0.99% 0.34% -
HSV(B) 224.3º 0.99% 0.68% -
XYZ 8.53 4.98 40.05 -
YUV 47.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 1 46 173 0.99 0.73 0 0.32 224.3 0.99 0.34
Hex 1 2E AD 63 49 0 20 E0 63 22
Octal 1 56 255 143 111 0 40 340 143 42
Binary 1 101110 10101101 1100011 1001001 0 100000 11100000 1100011 100010

Color Harmonies of #012EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EAD

Black with #012EAD

Text Example


Text Example

White with #012EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012EAD; }

 p { color: rgb(1,46,173); }

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

background-color css

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

 a { background-color: rgb(1,46,173); }

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

border-color css

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

 span { border-color: rgb(1,46,173); }

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