Html Css Color HEX #0D1AAC Egyptian Blue

📋 copy color: '#0D1AAC'

red 13 ◦ green 26 ◦ blue 172

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

Shades of Egyptian Blue #0D1AAC

Tints of Egyptian Blue #0D1AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 172 (67.58% from 255) = 81.52%

R = 6.16%
G = 12.32%
B = 81.52%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D1AAC (or 0x0D1AAC) is known color: Egyptian Blue. HEX triplet: 0D, 1A and AC. RGB value is (13,26,172). Sum of RGB (Red+Green+Blue) = 13+26+172=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D1AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1AAC is #F2E553. Grayscale: #262626. Windows color (decimal): -15918420 or 11278861. OLE color: 11278861.

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

Color convert

RGB 13 26 172 -
CMYK 0.92 0.85 0 0.33
HSL 235.09º 0.86% 0.36% -
HSV(B) 235.09º 0.92% 0.67% -
XYZ 7.98 3.8 39.34 -
YUV 38.76 203.19 109.63 -
System Red Green Blue C M Y K H S L
Decimal 13 26 172 0.92 0.85 0 0.33 235.09 0.86 0.36
Hex D 1A AC 5C 55 0 21 EB 56 24
Octal 15 32 254 134 125 0 41 353 126 44
Binary 1101 11010 10101100 1011100 1010101 0 100001 11101011 1010110 100100

Color Harmonies of #0D1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1AAC

Black with #0D1AAC

Text Example


Text Example

White with #0D1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,26,172); }

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

background-color css

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

 a { background-color: rgb(13,26,172); }

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

border-color css

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

 span { border-color: rgb(13,26,172); }

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