Html Css Color HEX #0D1DAB Egyptian Blue

📋 copy color: '#0D1DAB'

red 13 ◦ green 29 ◦ blue 171

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

Shades of Egyptian Blue #0D1DAB

Tints of Egyptian Blue #0D1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

 BLUE value IS 171 (67.19% from 255) = 80.28%

R = 6.1%
G = 13.62%
B = 80.28%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D1DAB (or 0x0D1DAB) is known color: Egyptian Blue. HEX triplet: 0D, 1D and AB. RGB value is (13,29,171). Sum of RGB (Red+Green+Blue) = 13+29+171=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D1DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1DAB is #F2E254. Grayscale: #272727. Windows color (decimal): -15917653 or 11214093. OLE color: 11214093.

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

Color convert

RGB 13 29 171 -
CMYK 0.92 0.83 0 0.33
HSL 233.92º 0.86% 0.36% -
HSV(B) 233.92º 0.92% 0.67% -
XYZ 7.96 3.9 38.86 -
YUV 40.4 201.7 108.45 -
System Red Green Blue C M Y K H S L
Decimal 13 29 171 0.92 0.83 0 0.33 233.92 0.86 0.36
Hex D 1D AB 5C 53 0 21 EA 56 24
Octal 15 35 253 134 123 0 41 352 126 44
Binary 1101 11101 10101011 1011100 1010011 0 100001 11101010 1010110 100100

Color Harmonies of #0D1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1DAB

Black with #0D1DAB

Text Example


Text Example

White with #0D1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,29,171); }

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

background-color css

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

 a { background-color: rgb(13,29,171); }

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

border-color css

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

 span { border-color: rgb(13,29,171); }

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