Html Css Color HEX #012EAE International Klein Blue

📋 copy color: '#012EAE'

red 1 ◦ green 46 ◦ blue 174

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

Shades of International Klein Blue #012EAE

Tints of International Klein Blue #012EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 0.45%
G = 20.81%
B = 78.73%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#012EAE (or 0x012EAE) is known color: International Klein Blue. HEX triplet: 01, 2E and AE. RGB value is (1,46,174). Sum of RGB (Red+Green+Blue) = 1+46+174=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #012EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAE is #FED151. Grayscale: #2E2E2E. Windows color (decimal): -16699730 or 11415041. OLE color: 11415041.

HSL color Cylindrical-coordinate representation of color #012EAE: hue angle of 224.39º 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 #012EAE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 46 174 -
CMYK 0.99 0.74 0 0.32
HSL 224.39º 0.99% 0.34% -
HSV(B) 224.39º 0.99% 0.68% -
XYZ 8.63 5.02 40.56 -
YUV 47.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 1 46 174 0.99 0.74 0 0.32 224.39 0.99 0.34
Hex 1 2E AE 63 4A 0 20 E0 63 22
Octal 1 56 256 143 112 0 40 340 143 42
Binary 1 101110 10101110 1100011 1001010 0 100000 11100000 1100011 100010

Color Harmonies of #012EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EAE

Black with #012EAE

Text Example


Text Example

White with #012EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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