Html Css Color HEX #012BEB Blue

📋 copy color: '#012BEB'

red 1 ◦ green 43 ◦ blue 235

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

Shades of Blue #012BEB

Tints of Blue #012BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 235 (92.19% from 255) = 84.23%

R = 0.36%
G = 15.41%
B = 84.23%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#012BEB (or 0x012BEB) is known color: Blue. HEX triplet: 01, 2B and EB. RGB value is (1,43,235). Sum of RGB (Red+Green+Blue) = 1+43+235=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 235 (92.19% from 255 or 84.23% from 279); Max value from RGB is 235 - color contains mainly: blue. Hex color #012BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BEB is #FED414. Grayscale: #333333. Windows color (decimal): -16700437 or 15411969. OLE color: 15411969.

HSL color Cylindrical-coordinate representation of color #012BEB: hue angle of 229.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BEB is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 43 235 -
CMYK 1.00 0.82 0 0.08
HSL 229.23º 0.99% 0.46% -
HSV(B) 229.23º 1% 0.92% -
XYZ 15.87 7.73 79.25 -
YUV 52.33 231.09 91.39 -
System Red Green Blue C M Y K H S L
Decimal 1 43 235 1.00 0.82 0 0.08 229.23 0.99 0.46
Hex 1 2B EB 64 52 0 8 E5 63 2E
Octal 1 53 353 144 122 0 10 345 143 56
Binary 1 101011 11101011 1100100 1010010 0 1000 11100101 1100011 101110

Color Harmonies of #012BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BEB

Black with #012BEB

Text Example


Text Example

White with #012BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,235); }

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

background-color css

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

 a { background-color: rgb(1,43,235); }

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

border-color css

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

 span { border-color: rgb(1,43,235); }

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