Html Css Color HEX #0D2095 Egyptian Blue

📋 copy color: '#0D2095'

red 13 ◦ green 32 ◦ blue 149

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

Shades of Egyptian Blue #0D2095

Tints of Egyptian Blue #0D2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 149 (58.59% from 255) = 76.8%

R = 6.7%
G = 16.49%
B = 76.8%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D2095 (or 0x0D2095) is known color: Egyptian Blue. HEX triplet: 0D, 20 and 95. RGB value is (13,32,149). Sum of RGB (Red+Green+Blue) = 13+32+149=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2095 is #F2DF6A. Grayscale: #272727. Windows color (decimal): -15916907 or 9773069. OLE color: 9773069.

HSL color Cylindrical-coordinate representation of color #0D2095: hue angle of 231.62º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2095 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 32 149 -
CMYK 0.91 0.79 0 0.42
HSL 231.62º 0.84% 0.32% -
HSV(B) 231.62º 0.91% 0.58% -
XYZ 6.11 3.29 28.75 -
YUV 39.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 13 32 149 0.91 0.79 0 0.42 231.62 0.84 0.32
Hex D 20 95 5B 4F 0 2A E8 54 20
Octal 15 40 225 133 117 0 52 350 124 40
Binary 1101 100000 10010101 1011011 1001111 0 101010 11101000 1010100 100000

Color Harmonies of #0D2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2095

Black with #0D2095

Text Example


Text Example

White with #0D2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,149); }

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

background-color css

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

 a { background-color: rgb(13,32,149); }

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

border-color css

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

 span { border-color: rgb(13,32,149); }

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