Html Css Color HEX #012DAC International Klein Blue

📋 copy color: '#012DAC'

red 1 ◦ green 45 ◦ blue 172

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

Shades of International Klein Blue #012DAC

Tints of International Klein Blue #012DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.64%

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

R = 0.46%
G = 20.64%
B = 78.9%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012DAC (or 0x012DAC) is known color: International Klein Blue. HEX triplet: 01, 2D and AC. RGB value is (1,45,172). Sum of RGB (Red+Green+Blue) = 1+45+172=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #012DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAC is #FED253. Grayscale: #2D2D2D. Windows color (decimal): -16699988 or 11283713. OLE color: 11283713.

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

Color convert

RGB 1 45 172 -
CMYK 0.99 0.74 0 0.33
HSL 224.56º 0.99% 0.34% -
HSV(B) 224.56º 0.99% 0.67% -
XYZ 8.4 4.86 39.53 -
YUV 46.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 1 45 172 0.99 0.74 0 0.33 224.56 0.99 0.34
Hex 1 2D AC 63 4A 0 21 E1 63 22
Octal 1 55 254 143 112 0 41 341 143 42
Binary 1 101101 10101100 1100011 1001010 0 100001 11100001 1100011 100010

Color Harmonies of #012DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DAC

Black with #012DAC

Text Example


Text Example

White with #012DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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