Html Css Color HEX #0D30AE Egyptian Blue

📋 copy color: '#0D30AE'

red 13 ◦ green 48 ◦ blue 174

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

Shades of Egyptian Blue #0D30AE

Tints of Egyptian Blue #0D30AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 174 (68.36% from 255) = 74.04%

R = 5.53%
G = 20.43%
B = 74.04%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D30AE (or 0x0D30AE) is known color: Egyptian Blue. HEX triplet: 0D, 30 and AE. RGB value is (13,48,174). Sum of RGB (Red+Green+Blue) = 13+48+174=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D30AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D30AE is #F2CF51. Grayscale: #333333. Windows color (decimal): -15912786 or 11415565. OLE color: 11415565.

HSL color Cylindrical-coordinate representation of color #0D30AE: hue angle of 226.96º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D30AE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 48 174 -
CMYK 0.93 0.72 0 0.32
HSL 226.96º 0.86% 0.37% -
HSV(B) 226.96º 0.93% 0.68% -
XYZ 8.86 5.26 40.59 -
YUV 51.9 196.9 100.25 -
System Red Green Blue C M Y K H S L
Decimal 13 48 174 0.93 0.72 0 0.32 226.96 0.86 0.37
Hex D 30 AE 5D 48 0 20 E3 56 25
Octal 15 60 256 135 110 0 40 343 126 45
Binary 1101 110000 10101110 1011101 1001000 0 100000 11100011 1010110 100101

Color Harmonies of #0D30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D30AE

Black with #0D30AE

Text Example


Text Example

White with #0D30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,48,174); }

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

background-color css

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

 a { background-color: rgb(13,48,174); }

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

border-color css

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

 span { border-color: rgb(13,48,174); }

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