#0d31b1

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

Shades of Egyptian Blue #0D31B1

Tints of Egyptian Blue #0D31B1

Color information

#0D31B1 (or 0x0D31B1) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 31 and B1. RGB value is (13,49,177). Sum of RGB (Red+Green+Blue) = 13+49+177=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D31B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D31B1 is #F2CE4E. Grayscale: #343434. Windows color (decimal): -15912527 or 11612429. OLE color: 11612429.

HSL color Cylindrical-coordinate representation of color #0D31B1: hue angle of 226.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D31B1 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1349177-
CMYK0.930.7200.31
HSL226.83º86.32%37.25%-
HSV(B)226.83º92.66%69.41%-
XYZ9.25.4642.16-
YUV52.83198.0799.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 177 (69.53% from 255) = 74.06%
R=5.44%
G=20.50%
B=74.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13491770.930.7200.31226.8386.3237.25
HexD31B15D4801Fe35625
Octal156126113511003734312645
Binary11011100011011000110111011001000011111111000111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d31b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,177); }

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

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

 a { background-color: rgb(13,49,177); }

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

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

 span { border-color: rgb(13,49,177); }

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