Html Css Color HEX #0D3FAE Egyptian Blue

📋 copy color: '#0D3FAE'

red 13 ◦ green 63 ◦ blue 174

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

Shades of Egyptian Blue #0D3FAE

Tints of Egyptian Blue #0D3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 5.2%
G = 25.2%
B = 69.6%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D3FAE (or 0x0D3FAE) is known color: Egyptian Blue. HEX triplet: 0D, 3F and AE. RGB value is (13,63,174). Sum of RGB (Red+Green+Blue) = 13+63+174=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D3FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3FAE is #F2C051. Grayscale: #3C3C3C. Windows color (decimal): -15908946 or 11419405. OLE color: 11419405.

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

Color convert

RGB 13 63 174 -
CMYK 0.93 0.64 0 0.32
HSL 221.37º 0.86% 0.37% -
HSV(B) 221.37º 0.93% 0.68% -
XYZ 9.58 6.7 40.83 -
YUV 60.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 13 63 174 0.93 0.64 0 0.32 221.37 0.86 0.37
Hex D 3F AE 5D 40 0 20 DD 56 25
Octal 15 77 256 135 100 0 40 335 126 45
Binary 1101 111111 10101110 1011101 1000000 0 100000 11011101 1010110 100101

Color Harmonies of #0D3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FAE

Black with #0D3FAE

Text Example


Text Example

White with #0D3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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