Html Css Color HEX #0125FF Blue

📋 copy color: '#0125FF'

red 1 ◦ green 37 ◦ blue 255

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

Shades of Blue #0125FF

Tints of Blue #0125FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

 BLUE value IS 255 (100% from 255) = 87.03%

R = 0.34%
G = 12.63%
B = 87.03%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0125FF (or 0x0125FF) is known color: Blue. HEX triplet: 01, 25 and FF. RGB value is (1,37,255). Sum of RGB (Red+Green+Blue) = 1+37+255=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #0125FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0125FF is #FEDA00. Grayscale: #323232. Windows color (decimal): -16701953 or 16721153. OLE color: 16721153.

HSL color Cylindrical-coordinate representation of color #0125FF: hue angle of 231.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0125FF is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 37 255 -
CMYK 1.00 0.85 0 0
HSL 231.5º 1% 0.5% -
HSV(B) 231.5º 1% 1% -
XYZ 18.72 8.55 95.27 -
YUV 51.09 243.07 92.27 -
System Red Green Blue C M Y K H S L
Decimal 1 37 255 1.00 0.85 0 0 231.5 1 0.5
Hex 1 25 FF 64 55 0 0 E7 64 32
Octal 1 45 377 144 125 0 0 347 144 62
Binary 1 100101 11111111 1100100 1010101 0 0 11100111 1100100 110010

Color Harmonies of #0125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0125FF

Black with #0125FF

Text Example


Text Example

White with #0125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0125FF; }

 p { color: rgb(1,37,255); }

 H1.HeaderClassName
 {
   color: #0125FF;
 }
 .AnyTagClassName
 {
   color: #0125FF;
 }
</style>

background-color css

<style>
 a { background-color: #0125FF; }

 a { background-color: rgb(1,37,255); }

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

border-color css

<style>
 span { border-color: #0125FF; }

 span { border-color: rgb(1,37,255); }

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