#0D34B1

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

Shades of Egyptian Blue #0D34B1

Tints of Egyptian Blue #0D34B1

Color information

#0D34B1 (or 0x0D34B1) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 34 and B1. RGB value is (13,52,177). Sum of RGB (Red+Green+Blue) = 13+52+177=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D34B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D34B1 is #F2CB4E. Grayscale: #363636. Windows color (decimal): -15911759 or 11613197. OLE color: 11613197.

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

Color convert

RGB1352177-
CMYK0.930.7100.31
HSL225.73º86.32%37.25%-
HSV(B)225.73º92.66%69.41%-
XYZ9.335.7242.21-
YUV54.59197.0898.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 177 (69.53% from 255) = 73.14%
R=5.37%
G=21.49%
B=73.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13521770.930.7100.31225.7386.3237.25
HexD34B15D4701Fe25625
Octal156426113510703734212645
Binary11011101001011000110111011000111011111111000101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D34B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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