Html Css Color HEX #012CAC International Klein Blue

📋 copy color: '#012CAC'

red 1 ◦ green 44 ◦ blue 172

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

Shades of International Klein Blue #012CAC

Tints of International Klein Blue #012CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.28%

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

R = 0.46%
G = 20.28%
B = 79.26%

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

#012CAC (or 0x012CAC) is known color: International Klein Blue. HEX triplet: 01, 2C and AC. RGB value is (1,44,172). Sum of RGB (Red+Green+Blue) = 1+44+172=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #012CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CAC is #FED353. Grayscale: #2D2D2D. Windows color (decimal): -16700244 or 11283457. OLE color: 11283457.

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

Color convert

RGB 1 44 172 -
CMYK 0.99 0.74 0 0.33
HSL 224.91º 0.99% 0.34% -
HSV(B) 224.91º 0.99% 0.67% -
XYZ 8.36 4.79 39.51 -
YUV 45.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 1 44 172 0.99 0.74 0 0.33 224.91 0.99 0.34
Hex 1 2C AC 63 4A 0 21 E1 63 22
Octal 1 54 254 143 112 0 41 341 143 42
Binary 1 101100 10101100 1100011 1001010 0 100001 11100001 1100011 100010

Color Harmonies of #012CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CAC

Black with #012CAC

Text Example


Text Example

White with #012CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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