Html Css Color HEX #0E58BF Denim

📋 copy color: '#0E58BF'

red 14 ◦ green 88 ◦ blue 191

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

Shades of Denim #0E58BF

Tints of Denim #0E58BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 191 (75% from 255) = 65.19%

R = 4.78%
G = 30.03%
B = 65.19%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E58BF (or 0x0E58BF) is known color: Denim. HEX triplet: 0E, 58 and BF. RGB value is (14,88,191). Sum of RGB (Red+Green+Blue) = 14+88+191=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E58BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E58BF is #F1A740. Grayscale: #4D4D4D. Windows color (decimal): -15836993 or 12539918. OLE color: 12539918.

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

Color convert

RGB 14 88 191 -
CMYK 0.93 0.54 0 0.25
HSL 214.92º 0.86% 0.4% -
HSV(B) 214.92º 0.93% 0.75% -
XYZ 13.07 10.83 50.69 -
YUV 77.62 191.98 82.62 -
System Red Green Blue C M Y K H S L
Decimal 14 88 191 0.93 0.54 0 0.25 214.92 0.86 0.4
Hex E 58 BF 5D 36 0 19 D7 56 28
Octal 16 130 277 135 66 0 31 327 126 50
Binary 1110 1011000 10111111 1011101 110110 0 11001 11010111 1010110 101000

Color Harmonies of #0E58BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E58BF

Black with #0E58BF

Text Example


Text Example

White with #0E58BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,88,191); }

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

background-color css

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

 a { background-color: rgb(14,88,191); }

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

border-color css

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

 span { border-color: rgb(14,88,191); }

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