#0D25F1

Color #0D25F1 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0D25F1

Tints of Blue #0D25F1

Color information

#0D25F1 (or 0x0D25F1) is unknown color: approx Blue. HEX triplet: 0D, 25 and F1. RGB value is (13,37,241). Sum of RGB (Red+Green+Blue) = 13+37+241=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 241 (94.53% from 255 or 82.82% from 291); Max value from RGB is 241 - color contains mainly: blue. Hex color #0D25F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D25F1 is #F2DA0E. Grayscale: #343434. Windows color (decimal): -15915535 or 15803661. OLE color: 15803661.

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

Color convert

RGB1337241-
CMYK0.950.8500.05
HSL233.68º89.76%49.8%-
HSV(B)233.68º94.61%94.51%-
XYZ16.77.7683.84-
YUV53.08234.0599.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.47%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 241 (94.53% from 255) = 82.82%
R=4.47%
G=12.71%
B=82.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13372410.950.8500.05233.6889.7649.8
HexD25F15F5505ea5a32
Octal15453611371250535213262
Binary110110010111110001101111110101010101111010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D25F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D25F1; }

 p { color: rgb(13,37,241); }

 H1.HeaderClassName
 {
   color: #0D25F1;
 }
 .AnyTagClassName
 {
   color: #0D25F1;
 }
</style>
background-color css

<style>
 a { background-color: #0D25F1; }

 a { background-color: rgb(13,37,241); }

 div.DivClassName
 {
   background-color: #0D25F1;
 }
 .BgClassName
 {
   background-color: #0D25F1;
 }
</style>
border-color css

<style>
 span { border-color: #0D25F1; }

 span { border-color: rgb(13,37,241); }

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