Html Css Color HEX #0E5FA5 Denim

📋 copy color: '#0E5FA5'

red 14 ◦ green 95 ◦ blue 165

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

Shades of Denim #0E5FA5

Tints of Denim #0E5FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 165 (64.84% from 255) = 60.22%

R = 5.11%
G = 34.67%
B = 60.22%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0E5FA5 (or 0x0E5FA5) is known color: Denim. HEX triplet: 0E, 5F and A5. RGB value is (14,95,165). Sum of RGB (Red+Green+Blue) = 14+95+165=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 165 (64.84% from 255 or 60.22% from 274); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E5FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5FA5 is #F1A05A. Grayscale: #4E4E4E. Windows color (decimal): -15835227 or 10837774. OLE color: 10837774.

HSL color Cylindrical-coordinate representation of color #0E5FA5: hue angle of 207.81º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5FA5 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 95 165 -
CMYK 0.92 0.42 0 0.35
HSL 207.81º 0.84% 0.35% -
HSV(B) 207.81º 0.92% 0.65% -
XYZ 11.06 10.99 37.14 -
YUV 78.76 176.66 81.81 -
System Red Green Blue C M Y K H S L
Decimal 14 95 165 0.92 0.42 0 0.35 207.81 0.84 0.35
Hex E 5F A5 5C 2A 0 23 D0 54 23
Octal 16 137 245 134 52 0 43 320 124 43
Binary 1110 1011111 10100101 1011100 101010 0 100011 11010000 1010100 100011

Color Harmonies of #0E5FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5FA5

Black with #0E5FA5

Text Example


Text Example

White with #0E5FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,95,165); }

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

background-color css

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

 a { background-color: rgb(14,95,165); }

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

border-color css

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

 span { border-color: rgb(14,95,165); }

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