Html Css Color HEX #012CAB International Klein Blue

📋 copy color: '#012CAB'

red 1 ◦ green 44 ◦ blue 171

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

Shades of International Klein Blue #012CAB

Tints of International Klein Blue #012CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 0.46%
G = 20.37%
B = 79.17%

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

#012CAB (or 0x012CAB) is known color: International Klein Blue. HEX triplet: 01, 2C and AB. RGB value is (1,44,171). Sum of RGB (Red+Green+Blue) = 1+44+171=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #012CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CAB is #FED354. Grayscale: #2D2D2D. Windows color (decimal): -16700245 or 11217921. OLE color: 11217921.

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

Color convert

RGB 1 44 171 -
CMYK 0.99 0.74 0 0.33
HSL 224.82º 0.99% 0.34% -
HSV(B) 224.82º 0.99% 0.67% -
XYZ 8.26 4.75 39.01 -
YUV 45.62 198.75 96.17 -
System Red Green Blue C M Y K H S L
Decimal 1 44 171 0.99 0.74 0 0.33 224.82 0.99 0.34
Hex 1 2C AB 63 4A 0 21 E1 63 22
Octal 1 54 253 143 112 0 41 341 143 42
Binary 1 101100 10101011 1100011 1001010 0 100001 11100001 1100011 100010

Color Harmonies of #012CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CAB

Black with #012CAB

Text Example


Text Example

White with #012CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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