Html Css Color HEX #0D36AD Egyptian Blue

📋 copy color: '#0D36AD'

red 13 ◦ green 54 ◦ blue 173

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

Shades of Egyptian Blue #0D36AD

Tints of Egyptian Blue #0D36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 5.42%
G = 22.5%
B = 72.08%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D36AD (or 0x0D36AD) is known color: Egyptian Blue. HEX triplet: 0D, 36 and AD. RGB value is (13,54,173). Sum of RGB (Red+Green+Blue) = 13+54+173=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D36AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D36AD is #F2C952. Grayscale: #363636. Windows color (decimal): -15911251 or 11351565. OLE color: 11351565.

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

Color convert

RGB 13 54 173 -
CMYK 0.92 0.69 0 0.32
HSL 224.63º 0.86% 0.36% -
HSV(B) 224.63º 0.92% 0.68% -
XYZ 9.03 5.74 40.17 -
YUV 55.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 13 54 173 0.92 0.69 0 0.32 224.63 0.86 0.36
Hex D 36 AD 5C 45 0 20 E1 56 24
Octal 15 66 255 134 105 0 40 341 126 44
Binary 1101 110110 10101101 1011100 1000101 0 100000 11100001 1010110 100100

Color Harmonies of #0D36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D36AD

Black with #0D36AD

Text Example


Text Example

White with #0D36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,173); }

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

background-color css

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

 a { background-color: rgb(13,54,173); }

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

border-color css

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

 span { border-color: rgb(13,54,173); }

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