#0D2FB1

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

Shades of Egyptian Blue #0D2FB1

Tints of Egyptian Blue #0D2FB1

Color information

#0D2FB1 (or 0x0D2FB1) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2F and B1. RGB value is (13,47,177). Sum of RGB (Red+Green+Blue) = 13+47+177=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D2FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2FB1 is #F2D04E. Grayscale: #333333. Windows color (decimal): -15913039 or 11611917. OLE color: 11611917.

HSL color Cylindrical-coordinate representation of color #0D2FB1: hue angle of 227.56º 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 #0D2FB1 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1347177-
CMYK0.930.7300.31
HSL227.56º86.32%37.25%-
HSV(B)227.56º92.66%69.41%-
XYZ9.125.2942.14-
YUV51.65198.74100.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 177 (69.53% from 255) = 74.68%
R=5.49%
G=19.83%
B=74.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13471770.930.7300.31227.5686.3237.25
HexD2FB15D4901Fe45625
Octal155726113511103734412645
Binary11011011111011000110111011001001011111111001001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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