Html Css Color HEX #012FA1 International Klein Blue

📋 copy color: '#012FA1'

red 1 ◦ green 47 ◦ blue 161

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

Shades of International Klein Blue #012FA1

Tints of International Klein Blue #012FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 77.03%

R = 0.48%
G = 22.49%
B = 77.03%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#012FA1 (or 0x012FA1) is known color: International Klein Blue. HEX triplet: 01, 2F and A1. RGB value is (1,47,161). Sum of RGB (Red+Green+Blue) = 1+47+161=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #012FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FA1 is #FED05E. Grayscale: #2D2D2D. Windows color (decimal): -16699487 or 10563329. OLE color: 10563329.

HSL color Cylindrical-coordinate representation of color #012FA1: hue angle of 222.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012FA1 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 47 161 -
CMYK 0.99 0.71 0 0.37
HSL 222.75º 0.99% 0.32% -
HSV(B) 222.75º 0.99% 0.63% -
XYZ 7.46 4.61 34.22 -
YUV 46.24 192.76 95.73 -
System Red Green Blue C M Y K H S L
Decimal 1 47 161 0.99 0.71 0 0.37 222.75 0.99 0.32
Hex 1 2F A1 63 47 0 25 DF 63 20
Octal 1 57 241 143 107 0 45 337 143 40
Binary 1 101111 10100001 1100011 1000111 0 100101 11011111 1100011 100000

Color Harmonies of #012FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FA1

Black with #012FA1

Text Example


Text Example

White with #012FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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