Html Css Color HEX #012BAC International Klein Blue

📋 copy color: '#012BAC'

red 1 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #012BAC

Tints of International Klein Blue #012BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

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

R = 0.46%
G = 19.91%
B = 79.63%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012BAC (or 0x012BAC) is known color: International Klein Blue. HEX triplet: 01, 2B and AC. RGB value is (1,43,172). Sum of RGB (Red+Green+Blue) = 1+43+172=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #012BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012BAC is #FED453. Grayscale: #2C2C2C. Windows color (decimal): -16700500 or 11283201. OLE color: 11283201.

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

Color convert

RGB 1 43 172 -
CMYK 0.99 0.75 0 0.33
HSL 225.26º 0.99% 0.34% -
HSV(B) 225.26º 0.99% 0.67% -
XYZ 8.32 4.71 39.5 -
YUV 45.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 1 43 172 0.99 0.75 0 0.33 225.26 0.99 0.34
Hex 1 2B AC 63 4B 0 21 E1 63 22
Octal 1 53 254 143 113 0 41 341 143 42
Binary 1 101011 10101100 1100011 1001011 0 100001 11100001 1100011 100010

Color Harmonies of #012BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BAC

Black with #012BAC

Text Example


Text Example

White with #012BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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