Html Css Color HEX #0D3DAB Egyptian Blue

📋 copy color: '#0D3DAB'

red 13 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #0D3DAB

Tints of Egyptian Blue #0D3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

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

R = 5.31%
G = 24.9%
B = 69.8%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D3DAB (or 0x0D3DAB) is known color: Egyptian Blue. HEX triplet: 0D, 3D and AB. RGB value is (13,61,171). Sum of RGB (Red+Green+Blue) = 13+61+171=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D3DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3DAB is #F2C254. Grayscale: #3A3A3A. Windows color (decimal): -15909461 or 11222285. OLE color: 11222285.

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

Color convert

RGB 13 61 171 -
CMYK 0.92 0.64 0 0.33
HSL 221.77º 0.86% 0.36% -
HSV(B) 221.77º 0.92% 0.67% -
XYZ 9.19 6.36 39.27 -
YUV 59.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 13 61 171 0.92 0.64 0 0.33 221.77 0.86 0.36
Hex D 3D AB 5C 40 0 21 DE 56 24
Octal 15 75 253 134 100 0 41 336 126 44
Binary 1101 111101 10101011 1011100 1000000 0 100001 11011110 1010110 100100

Color Harmonies of #0D3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3DAB

Black with #0D3DAB

Text Example


Text Example

White with #0D3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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