Html Css Color HEX #0D339F Egyptian Blue

📋 copy color: '#0D339F'

red 13 ◦ green 51 ◦ blue 159

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

Shades of Egyptian Blue #0D339F

Tints of Egyptian Blue #0D339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 5.83%
G = 22.87%
B = 71.3%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D339F (or 0x0D339F) is known color: Egyptian Blue. HEX triplet: 0D, 33 and 9F. RGB value is (13,51,159). Sum of RGB (Red+Green+Blue) = 13+51+159=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D339F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D339F is #F2CC60. Grayscale: #333333. Windows color (decimal): -15912033 or 10433293. OLE color: 10433293.

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

Color convert

RGB 13 51 159 -
CMYK 0.92 0.68 0 0.38
HSL 224.38º 0.85% 0.34% -
HSV(B) 224.38º 0.92% 0.62% -
XYZ 7.61 4.96 33.36 -
YUV 51.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 13 51 159 0.92 0.68 0 0.38 224.38 0.85 0.34
Hex D 33 9F 5C 44 0 26 E0 55 22
Octal 15 63 237 134 104 0 46 340 125 42
Binary 1101 110011 10011111 1011100 1000100 0 100110 11100000 1010101 100010

Color Harmonies of #0D339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D339F

Black with #0D339F

Text Example


Text Example

White with #0D339F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,51,159); }

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

background-color css

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

 a { background-color: rgb(13,51,159); }

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

border-color css

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

 span { border-color: rgb(13,51,159); }

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