Html Css Color HEX #0D5EBE Denim

📋 copy color: '#0D5EBE'

red 13 ◦ green 94 ◦ blue 190

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

Shades of Denim #0D5EBE

Tints of Denim #0D5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 4.38%
G = 31.65%
B = 63.97%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D5EBE (or 0x0D5EBE) is known color: Denim. HEX triplet: 0D, 5E and BE. RGB value is (13,94,190). Sum of RGB (Red+Green+Blue) = 13+94+190=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D5EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5EBE is #F2A141. Grayscale: #505050. Windows color (decimal): -15900994 or 12475917. OLE color: 12475917.

HSL color Cylindrical-coordinate representation of color #0D5EBE: hue angle of 212.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5EBE is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 94 190 -
CMYK 0.93 0.51 0 0.25
HSL 212.54º 0.87% 0.4% -
HSV(B) 212.54º 0.93% 0.75% -
XYZ 13.46 11.81 50.28 -
YUV 80.73 189.66 79.69 -
System Red Green Blue C M Y K H S L
Decimal 13 94 190 0.93 0.51 0 0.25 212.54 0.87 0.4
Hex D 5E BE 5D 33 0 19 D5 57 28
Octal 15 136 276 135 63 0 31 325 127 50
Binary 1101 1011110 10111110 1011101 110011 0 11001 11010101 1010111 101000

Color Harmonies of #0D5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5EBE

Black with #0D5EBE

Text Example


Text Example

White with #0D5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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