Html Css Color HEX #0D5EAE Denim

📋 copy color: '#0D5EAE'

red 13 ◦ green 94 ◦ blue 174

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

Shades of Denim #0D5EAE

Tints of Denim #0D5EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.45%

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 4.63%
G = 33.45%
B = 61.92%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D5EAE (or 0x0D5EAE) is known color: Denim. HEX triplet: 0D, 5E and AE. RGB value is (13,94,174). Sum of RGB (Red+Green+Blue) = 13+94+174=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D5EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5EAE is #F2A151. Grayscale: #4E4E4E. Windows color (decimal): -15901010 or 11427341. OLE color: 11427341.

HSL color Cylindrical-coordinate representation of color #0D5EAE: hue angle of 209.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5EAE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 94 174 -
CMYK 0.93 0.46 0 0.32
HSL 209.81º 0.86% 0.37% -
HSV(B) 209.81º 0.93% 0.68% -
XYZ 11.81 11.15 41.57 -
YUV 78.9 181.66 81 -
System Red Green Blue C M Y K H S L
Decimal 13 94 174 0.93 0.46 0 0.32 209.81 0.86 0.37
Hex D 5E AE 5D 2E 0 20 D2 56 25
Octal 15 136 256 135 56 0 40 322 126 45
Binary 1101 1011110 10101110 1011101 101110 0 100000 11010010 1010110 100101

Color Harmonies of #0D5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5EAE

Black with #0D5EAE

Text Example


Text Example

White with #0D5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,94,174); }

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

background-color css

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

 a { background-color: rgb(13,94,174); }

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

border-color css

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

 span { border-color: rgb(13,94,174); }

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