Html Css Color HEX #0D3EAC Egyptian Blue

📋 copy color: '#0D3EAC'

red 13 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #0D3EAC

Tints of Egyptian Blue #0D3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 5.26%
G = 25.1%
B = 69.64%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D3EAC (or 0x0D3EAC) is known color: Egyptian Blue. HEX triplet: 0D, 3E and AC. RGB value is (13,62,172). Sum of RGB (Red+Green+Blue) = 13+62+172=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D3EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3EAC is #F2C153. Grayscale: #3B3B3B. Windows color (decimal): -15909204 or 11288077. OLE color: 11288077.

HSL color Cylindrical-coordinate representation of color #0D3EAC: hue angle of 221.51º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3EAC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 62 172 -
CMYK 0.92 0.64 0 0.33
HSL 221.51º 0.86% 0.36% -
HSV(B) 221.51º 0.92% 0.67% -
XYZ 9.33 6.51 39.79 -
YUV 59.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 13 62 172 0.92 0.64 0 0.33 221.51 0.86 0.36
Hex D 3E AC 5C 40 0 21 DE 56 24
Octal 15 76 254 134 100 0 41 336 126 44
Binary 1101 111110 10101100 1011100 1000000 0 100001 11011110 1010110 100100

Color Harmonies of #0D3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3EAC

Black with #0D3EAC

Text Example


Text Example

White with #0D3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,62,172); }

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

background-color css

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

 a { background-color: rgb(13,62,172); }

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

border-color css

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

 span { border-color: rgb(13,62,172); }

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