Html Css Color HEX #0D2EAA Egyptian Blue

📋 copy color: '#0D2EAA'

red 13 ◦ green 46 ◦ blue 170

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

Shades of Egyptian Blue #0D2EAA

Tints of Egyptian Blue #0D2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 5.68%
G = 20.09%
B = 74.24%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D2EAA (or 0x0D2EAA) is known color: Egyptian Blue. HEX triplet: 0D, 2E and AA. RGB value is (13,46,170). Sum of RGB (Red+Green+Blue) = 13+46+170=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D2EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2EAA is #F2D155. Grayscale: #313131. Windows color (decimal): -15913302 or 11152909. OLE color: 11152909.

HSL color Cylindrical-coordinate representation of color #0D2EAA: hue angle of 227.39º 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 #0D2EAA is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 46 170 -
CMYK 0.92 0.73 0 0.33
HSL 227.39º 0.86% 0.36% -
HSV(B) 227.39º 0.92% 0.67% -
XYZ 8.4 4.94 38.54 -
YUV 50.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 13 46 170 0.92 0.73 0 0.33 227.39 0.86 0.36
Hex D 2E AA 5C 49 0 21 E3 56 24
Octal 15 56 252 134 111 0 41 343 126 44
Binary 1101 101110 10101010 1011100 1001001 0 100001 11100011 1010110 100100

Color Harmonies of #0D2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2EAA

Black with #0D2EAA

Text Example


Text Example

White with #0D2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,46,170); }

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

background-color css

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

 a { background-color: rgb(13,46,170); }

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

border-color css

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

 span { border-color: rgb(13,46,170); }

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