Html Css Color HEX #012FAC International Klein Blue

📋 copy color: '#012FAC'

red 1 ◦ green 47 ◦ blue 172

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

Shades of International Klein Blue #012FAC

Tints of International Klein Blue #012FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.36%

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

R = 0.45%
G = 21.36%
B = 78.18%

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

#012FAC (or 0x012FAC) is known color: International Klein Blue. HEX triplet: 01, 2F and AC. RGB value is (1,47,172). Sum of RGB (Red+Green+Blue) = 1+47+172=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #012FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FAC is #FED053. Grayscale: #2E2E2E. Windows color (decimal): -16699476 or 11284225. OLE color: 11284225.

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

Color convert

RGB 1 47 172 -
CMYK 0.99 0.73 0 0.33
HSL 223.86º 0.99% 0.34% -
HSV(B) 223.86º 0.99% 0.67% -
XYZ 8.48 5.02 39.55 -
YUV 47.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 1 47 172 0.99 0.73 0 0.33 223.86 0.99 0.34
Hex 1 2F AC 63 49 0 21 E0 63 22
Octal 1 57 254 143 111 0 41 340 143 42
Binary 1 101111 10101100 1100011 1001001 0 100001 11100000 1100011 100010

Color Harmonies of #012FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FAC

Black with #012FAC

Text Example


Text Example

White with #012FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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