Html Css Color HEX #012EAF International Klein Blue

📋 copy color: '#012EAF'

red 1 ◦ green 46 ◦ blue 175

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

Shades of International Klein Blue #012EAF

Tints of International Klein Blue #012EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.72%

 BLUE value IS 175 (68.75% from 255) = 78.83%

R = 0.45%
G = 20.72%
B = 78.83%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#012EAF (or 0x012EAF) is known color: International Klein Blue. HEX triplet: 01, 2E and AF. RGB value is (1,46,175). Sum of RGB (Red+Green+Blue) = 1+46+175=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #012EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAF is #FED150. Grayscale: #2E2E2E. Windows color (decimal): -16699729 or 11480577. OLE color: 11480577.

HSL color Cylindrical-coordinate representation of color #012EAF: hue angle of 224.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012EAF is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 46 175 -
CMYK 0.99 0.74 0 0.31
HSL 224.48º 0.99% 0.35% -
HSV(B) 224.48º 0.99% 0.69% -
XYZ 8.73 5.06 41.07 -
YUV 47.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 1 46 175 0.99 0.74 0 0.31 224.48 0.99 0.35
Hex 1 2E AF 63 4A 0 1F E0 63 23
Octal 1 56 257 143 112 0 37 340 143 43
Binary 1 101110 10101111 1100011 1001010 0 11111 11100000 1100011 100011

Color Harmonies of #012EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EAF

Black with #012EAF

Text Example


Text Example

White with #012EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,175); }

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

background-color css

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

 a { background-color: rgb(1,46,175); }

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

border-color css

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

 span { border-color: rgb(1,46,175); }

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