#0d38b1

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

Shades of Egyptian Blue #0D38B1

Tints of Egyptian Blue #0D38B1

Color information

#0D38B1 (or 0x0D38B1) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 38 and B1. RGB value is (13,56,177). Sum of RGB (Red+Green+Blue) = 13+56+177=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D38B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D38B1 is #F2C74E. Grayscale: #383838. Windows color (decimal): -15910735 or 11614221. OLE color: 11614221.

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

Color convert

RGB1356177-
CMYK0.930.6800.31
HSL224.27º86.32%37.25%-
HSV(B)224.27º92.66%69.41%-
XYZ9.526.0942.27-
YUV56.94195.7596.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 177 (69.53% from 255) = 71.95%
R=5.28%
G=22.76%
B=71.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13561770.930.6800.31224.2786.3237.25
HexD38B15D4401Fe05625
Octal157026113510403734012645
Binary11011110001011000110111011000100011111111000001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d38b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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