Html Css Color HEX #0D3AAA Egyptian Blue

📋 copy color: '#0D3AAA'

red 13 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #0D3AAA

Tints of Egyptian Blue #0D3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 5.39%
G = 24.07%
B = 70.54%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D3AAA (or 0x0D3AAA) is known color: Egyptian Blue. HEX triplet: 0D, 3A and AA. RGB value is (13,58,170). Sum of RGB (Red+Green+Blue) = 13+58+170=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D3AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3AAA is #F2C555. Grayscale: #383838. Windows color (decimal): -15910230 or 11155981. OLE color: 11155981.

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

Color convert

RGB 13 58 170 -
CMYK 0.92 0.66 0 0.33
HSL 222.8º 0.86% 0.36% -
HSV(B) 222.8º 0.92% 0.67% -
XYZ 8.93 6.01 38.72 -
YUV 57.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 13 58 170 0.92 0.66 0 0.33 222.8 0.86 0.36
Hex D 3A AA 5C 42 0 21 DF 56 24
Octal 15 72 252 134 102 0 41 337 126 44
Binary 1101 111010 10101010 1011100 1000010 0 100001 11011111 1010110 100100

Color Harmonies of #0D3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3AAA

Black with #0D3AAA

Text Example


Text Example

White with #0D3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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