Html Css Color HEX #0D1CAA Egyptian Blue

📋 copy color: '#0D1CAA'

red 13 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #0D1CAA

Tints of Egyptian Blue #0D1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 6.16%
G = 13.27%
B = 80.57%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D1CAA (or 0x0D1CAA) is known color: Egyptian Blue. HEX triplet: 0D, 1C and AA. RGB value is (13,28,170). Sum of RGB (Red+Green+Blue) = 13+28+170=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D1CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1CAA is #F2E355. Grayscale: #272727. Windows color (decimal): -15917910 or 11148301. OLE color: 11148301.

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

Color convert

RGB 13 28 170 -
CMYK 0.92 0.84 0 0.33
HSL 234.27º 0.86% 0.36% -
HSV(B) 234.27º 0.92% 0.67% -
XYZ 7.84 3.82 38.35 -
YUV 39.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 13 28 170 0.92 0.84 0 0.33 234.27 0.86 0.36
Hex D 1C AA 5C 54 0 21 EA 56 24
Octal 15 34 252 134 124 0 41 352 126 44
Binary 1101 11100 10101010 1011100 1010100 0 100001 11101010 1010110 100100

Color Harmonies of #0D1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1CAA

Black with #0D1CAA

Text Example


Text Example

White with #0D1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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