Html Css Color HEX #012EBE International Klein Blue

📋 copy color: '#012EBE'

red 1 ◦ green 46 ◦ blue 190

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

Shades of International Klein Blue #012EBE

Tints of International Klein Blue #012EBE

RGB

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

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

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

R = 0.42%
G = 19.41%
B = 80.17%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012EBE (or 0x012EBE) is known color: International Klein Blue. HEX triplet: 01, 2E and BE. RGB value is (1,46,190). Sum of RGB (Red+Green+Blue) = 1+46+190=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #012EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBE is #FED141. Grayscale: #303030. Windows color (decimal): -16699714 or 12463617. OLE color: 12463617.

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

Color convert

RGB 1 46 190 -
CMYK 0.99 0.76 0 0.25
HSL 225.71º 0.99% 0.37% -
HSV(B) 225.71º 0.99% 0.75% -
XYZ 10.28 5.68 49.27 -
YUV 48.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 1 46 190 0.99 0.76 0 0.25 225.71 0.99 0.37
Hex 1 2E BE 63 4C 0 19 E2 63 25
Octal 1 56 276 143 114 0 31 342 143 45
Binary 1 101110 10111110 1100011 1001100 0 11001 11100010 1100011 100101

Color Harmonies of #012EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EBE

Black with #012EBE

Text Example


Text Example

White with #012EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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