Html Css Color HEX #0D39AB Egyptian Blue

📋 copy color: '#0D39AB'

red 13 ◦ green 57 ◦ blue 171

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

Shades of Egyptian Blue #0D39AB

Tints of Egyptian Blue #0D39AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 5.39%
G = 23.65%
B = 70.95%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D39AB (or 0x0D39AB) is known color: Egyptian Blue. HEX triplet: 0D, 39 and AB. RGB value is (13,57,171). Sum of RGB (Red+Green+Blue) = 13+57+171=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D39AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D39AB is #F2C654. Grayscale: #383838. Windows color (decimal): -15910485 or 11221261. OLE color: 11221261.

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

Color convert

RGB 13 57 171 -
CMYK 0.92 0.67 0 0.33
HSL 223.29º 0.86% 0.36% -
HSV(B) 223.29º 0.92% 0.67% -
XYZ 8.98 5.95 39.2 -
YUV 56.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 13 57 171 0.92 0.67 0 0.33 223.29 0.86 0.36
Hex D 39 AB 5C 43 0 21 DF 56 24
Octal 15 71 253 134 103 0 41 337 126 44
Binary 1101 111001 10101011 1011100 1000011 0 100001 11011111 1010110 100100

Color Harmonies of #0D39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D39AB

Black with #0D39AB

Text Example


Text Example

White with #0D39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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