Html Css Color HEX #012EAC International Klein Blue

📋 copy color: '#012EAC'

red 1 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #012EAC

Tints of International Klein Blue #012EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.54%

R = 0.46%
G = 21%
B = 78.54%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012EAC (or 0x012EAC) is known color: International Klein Blue. HEX triplet: 01, 2E and AC. RGB value is (1,46,172). Sum of RGB (Red+Green+Blue) = 1+46+172=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #012EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAC is #FED153. Grayscale: #2E2E2E. Windows color (decimal): -16699732 or 11283969. OLE color: 11283969.

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

Color convert

RGB 1 46 172 -
CMYK 0.99 0.73 0 0.33
HSL 224.21º 0.99% 0.34% -
HSV(B) 224.21º 0.99% 0.67% -
XYZ 8.44 4.94 39.54 -
YUV 46.91 198.59 95.25 -
System Red Green Blue C M Y K H S L
Decimal 1 46 172 0.99 0.73 0 0.33 224.21 0.99 0.34
Hex 1 2E AC 63 49 0 21 E0 63 22
Octal 1 56 254 143 111 0 41 340 143 42
Binary 1 101110 10101100 1100011 1001001 0 100001 11100000 1100011 100010

Color Harmonies of #012EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EAC

Black with #012EAC

Text Example


Text Example

White with #012EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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