#0D2CB1

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

Shades of Egyptian Blue #0D2CB1

Tints of Egyptian Blue #0D2CB1

Color information

#0D2CB1 (or 0x0D2CB1) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2C and B1. RGB value is (13,44,177). Sum of RGB (Red+Green+Blue) = 13+44+177=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 177 (69.53% from 255 or 75.64% from 234); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D2CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2CB1 is #F2D34E. Grayscale: #313131. Windows color (decimal): -15913807 or 11611149. OLE color: 11611149.

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

Color convert

RGB1344177-
CMYK0.930.7500.31
HSL228.66º86.32%37.25%-
HSV(B)228.66º92.66%69.41%-
XYZ95.0642.1-
YUV49.89199.73101.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 177 (69.53% from 255) = 75.64%
R=5.56%
G=18.80%
B=75.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13441770.930.7500.31228.6686.3237.25
HexD2CB15D4B01Fe55625
Octal155426113511303734512645
Binary11011011001011000110111011001011011111111001011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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