Html Css Color HEX #0E4DBE Denim

📋 copy color: '#0E4DBE'

red 14 ◦ green 77 ◦ blue 190

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

Shades of Denim #0E4DBE

Tints of Denim #0E4DBE

RGB

 RED value IS 14 (5.86% from 255) = 4.98%

 GREEN value IS 77 (30.47% from 255) = 27.4%

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

R = 4.98%
G = 27.4%
B = 67.62%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E4DBE (or 0x0E4DBE) is known color: Denim. HEX triplet: 0E, 4D and BE. RGB value is (14,77,190). Sum of RGB (Red+Green+Blue) = 14+77+190=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E4DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4DBE is #F1B241. Grayscale: #464646. Windows color (decimal): -15839810 or 12471566. OLE color: 12471566.

HSL color Cylindrical-coordinate representation of color #0E4DBE: hue angle of 218.52º degrees, saturation: 0.86, 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 #0E4DBE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 77 190 -
CMYK 0.93 0.59 0 0.25
HSL 218.52º 0.86% 0.4% -
HSV(B) 218.52º 0.93% 0.75% -
XYZ 12.13 9.12 49.84 -
YUV 71.05 195.13 87.31 -
System Red Green Blue C M Y K H S L
Decimal 14 77 190 0.93 0.59 0 0.25 218.52 0.86 0.4
Hex E 4D BE 5D 3B 0 19 DB 56 28
Octal 16 115 276 135 73 0 31 333 126 50
Binary 1110 1001101 10111110 1011101 111011 0 11001 11011011 1010110 101000

Color Harmonies of #0E4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4DBE

Black with #0E4DBE

Text Example


Text Example

White with #0E4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,190); }

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

background-color css

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

 a { background-color: rgb(14,77,190); }

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

border-color css

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

 span { border-color: rgb(14,77,190); }

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