Html Css Color HEX #0D349E Egyptian Blue

📋 copy color: '#0D349E'

red 13 ◦ green 52 ◦ blue 158

#0D349E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0D349E

Tints of Egyptian Blue #0D349E

RGB

 RED value IS 13 (5.47% from 255) = 5.83%

 GREEN value IS 52 (20.7% from 255) = 23.32%

 BLUE value IS 158 (62.11% from 255) = 70.85%

R = 5.83%
G = 23.32%
B = 70.85%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D349E (or 0x0D349E) is known color: Egyptian Blue. HEX triplet: 0D, 34 and 9E. RGB value is (13,52,158). Sum of RGB (Red+Green+Blue) = 13+52+158=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D349E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D349E is #F2CB61. Grayscale: #333333. Windows color (decimal): -15911778 or 10368013. OLE color: 10368013.

HSL color Cylindrical-coordinate representation of color #0D349E: hue angle of 223.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D349E is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 52 158 -
CMYK 0.92 0.67 0 0.38
HSL 223.86º 0.85% 0.34% -
HSV(B) 223.86º 0.92% 0.62% -
XYZ 7.57 5.01 32.92 -
YUV 52.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 13 52 158 0.92 0.67 0 0.38 223.86 0.85 0.34
Hex D 34 9E 5C 43 0 26 E0 55 22
Octal 15 64 236 134 103 0 46 340 125 42
Binary 1101 110100 10011110 1011100 1000011 0 100110 11100000 1010101 100010

Color Harmonies of #0D349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D349E

Black with #0D349E

Text Example


Text Example

White with #0D349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D349E;
 }
 .AnyTagClassName
 {
   color: #0D349E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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