Html Css Color HEX #0129EB Blue

📋 copy color: '#0129EB'

red 1 ◦ green 41 ◦ blue 235

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

Shades of Blue #0129EB

Tints of Blue #0129EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 0.36%
G = 14.8%
B = 84.84%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0129EB (or 0x0129EB) is known color: Blue. HEX triplet: 01, 29 and EB. RGB value is (1,41,235). Sum of RGB (Red+Green+Blue) = 1+41+235=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #0129EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129EB is #FED614. Grayscale: #323232. Windows color (decimal): -16700949 or 15411457. OLE color: 15411457.

HSL color Cylindrical-coordinate representation of color #0129EB: hue angle of 229.74º 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 #0129EB is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 41 235 -
CMYK 1.00 0.83 0 0.08
HSL 229.74º 0.99% 0.46% -
HSV(B) 229.74º 1% 0.92% -
XYZ 15.8 7.59 79.23 -
YUV 51.16 231.75 92.23 -
System Red Green Blue C M Y K H S L
Decimal 1 41 235 1.00 0.83 0 0.08 229.74 0.99 0.46
Hex 1 29 EB 64 53 0 8 E6 63 2E
Octal 1 51 353 144 123 0 10 346 143 56
Binary 1 101001 11101011 1100100 1010011 0 1000 11100110 1100011 101110

Color Harmonies of #0129EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129EB

Black with #0129EB

Text Example


Text Example

White with #0129EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0129EB; }

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

 H1.HeaderClassName
 {
   color: #0129EB;
 }
 .AnyTagClassName
 {
   color: #0129EB;
 }
</style>

background-color css

<style>
 a { background-color: #0129EB; }

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

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

border-color css

<style>
 span { border-color: #0129EB; }

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

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