Html Css Color HEX #012FAD International Klein Blue

📋 copy color: '#012FAD'

red 1 ◦ green 47 ◦ blue 173

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

Shades of International Klein Blue #012FAD

Tints of International Klein Blue #012FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 0.45%
G = 21.27%
B = 78.28%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#012FAD (or 0x012FAD) is known color: International Klein Blue. HEX triplet: 01, 2F and AD. RGB value is (1,47,173). Sum of RGB (Red+Green+Blue) = 1+47+173=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #012FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FAD is #FED052. Grayscale: #2F2F2F. Windows color (decimal): -16699475 or 11349761. OLE color: 11349761.

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

Color convert

RGB 1 47 173 -
CMYK 0.99 0.73 0 0.32
HSL 223.95º 0.99% 0.34% -
HSV(B) 223.95º 0.99% 0.68% -
XYZ 8.57 5.06 40.06 -
YUV 47.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 1 47 173 0.99 0.73 0 0.32 223.95 0.99 0.34
Hex 1 2F AD 63 49 0 20 E0 63 22
Octal 1 57 255 143 111 0 40 340 143 42
Binary 1 101111 10101101 1100011 1001001 0 100000 11100000 1100011 100010

Color Harmonies of #012FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FAD

Black with #012FAD

Text Example


Text Example

White with #012FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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