Html Css Color HEX #0129F1 Blue

📋 copy color: '#0129F1'

red 1 ◦ green 41 ◦ blue 241

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

Shades of Blue #0129F1

Tints of Blue #0129F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 85.16%

R = 0.35%
G = 14.49%
B = 85.16%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0129F1 (or 0x0129F1) is known color: Blue. HEX triplet: 01, 29 and F1. RGB value is (1,41,241). Sum of RGB (Red+Green+Blue) = 1+41+241=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 241 (94.53% from 255 or 85.16% from 283); Max value from RGB is 241 - color contains mainly: blue. Hex color #0129F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129F1 is #FED60E. Grayscale: #333333. Windows color (decimal): -16700943 or 15804673. OLE color: 15804673.

HSL color Cylindrical-coordinate representation of color #0129F1: hue angle of 230º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129F1 is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 41 241 -
CMYK 1.00 0.83 0 0.05
HSL 230º 0.99% 0.47% -
HSV(B) 230º 1% 0.95% -
XYZ 16.68 7.94 83.87 -
YUV 51.84 234.75 91.74 -
System Red Green Blue C M Y K H S L
Decimal 1 41 241 1.00 0.83 0 0.05 230 0.99 0.47
Hex 1 29 F1 64 53 0 5 E6 63 2F
Octal 1 51 361 144 123 0 5 346 143 57
Binary 1 101001 11110001 1100100 1010011 0 101 11100110 1100011 101111

Color Harmonies of #0129F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129F1

Black with #0129F1

Text Example


Text Example

White with #0129F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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