Html Css Color HEX #0D34AB Egyptian Blue

📋 copy color: '#0D34AB'

red 13 ◦ green 52 ◦ blue 171

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

Shades of Egyptian Blue #0D34AB

Tints of Egyptian Blue #0D34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 5.51%
G = 22.03%
B = 72.46%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D34AB (or 0x0D34AB) is known color: Egyptian Blue. HEX triplet: 0D, 34 and AB. RGB value is (13,52,171). Sum of RGB (Red+Green+Blue) = 13+52+171=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D34AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D34AB is #F2CB54. Grayscale: #353535. Windows color (decimal): -15911765 or 11219981. OLE color: 11219981.

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

Color convert

RGB 13 52 171 -
CMYK 0.92 0.70 0 0.33
HSL 225.19º 0.86% 0.36% -
HSV(B) 225.19º 0.92% 0.67% -
XYZ 8.74 5.48 39.13 -
YUV 53.91 194.08 98.82 -
System Red Green Blue C M Y K H S L
Decimal 13 52 171 0.92 0.70 0 0.33 225.19 0.86 0.36
Hex D 34 AB 5C 46 0 21 E1 56 24
Octal 15 64 253 134 106 0 41 341 126 44
Binary 1101 110100 10101011 1011100 1000110 0 100001 11100001 1010110 100100

Color Harmonies of #0D34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D34AB

Black with #0D34AB

Text Example


Text Example

White with #0D34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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