Html Css Color HEX #012ABE International Klein Blue

📋 copy color: '#012ABE'

red 1 ◦ green 42 ◦ blue 190

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

Shades of International Klein Blue #012ABE

Tints of International Klein Blue #012ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 190 (74.61% from 255) = 81.55%

R = 0.43%
G = 18.03%
B = 81.55%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012ABE (or 0x012ABE) is known color: International Klein Blue. HEX triplet: 01, 2A and BE. RGB value is (1,42,190). Sum of RGB (Red+Green+Blue) = 1+42+190=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #012ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ABE is #FED541. Grayscale: #2D2D2D. Windows color (decimal): -16700738 or 12462593. OLE color: 12462593.

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

Color convert

RGB 1 42 190 -
CMYK 0.99 0.78 0 0.25
HSL 226.98º 0.99% 0.37% -
HSV(B) 226.98º 0.99% 0.75% -
XYZ 10.13 5.38 49.22 -
YUV 46.61 208.92 95.47 -
System Red Green Blue C M Y K H S L
Decimal 1 42 190 0.99 0.78 0 0.25 226.98 0.99 0.37
Hex 1 2A BE 63 4E 0 19 E3 63 25
Octal 1 52 276 143 116 0 31 343 143 45
Binary 1 101010 10111110 1100011 1001110 0 11001 11100011 1100011 100101

Color Harmonies of #012ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ABE

Black with #012ABE

Text Example


Text Example

White with #012ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,190); }

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

background-color css

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

 a { background-color: rgb(1,42,190); }

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

border-color css

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

 span { border-color: rgb(1,42,190); }

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