Html Css Color HEX #0E77BD Denim

📋 copy color: '#0E77BD'

red 14 ◦ green 119 ◦ blue 189

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

Shades of Denim #0E77BD

Tints of Denim #0E77BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 189 (74.22% from 255) = 58.7%

R = 4.35%
G = 36.96%
B = 58.7%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E77BD (or 0x0E77BD) is known color: Denim. HEX triplet: 0E, 77 and BD. RGB value is (14,119,189). Sum of RGB (Red+Green+Blue) = 14+119+189=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E77BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E77BD is #F18842. Grayscale: #5F5F5F. Windows color (decimal): -15829059 or 12416782. OLE color: 12416782.

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

Color convert

RGB 14 119 189 -
CMYK 0.93 0.37 0 0.26
HSL 204º 0.86% 0.4% -
HSV(B) 204º 0.93% 0.74% -
XYZ 15.96 16.96 50.58 -
YUV 95.59 180.71 69.81 -
System Red Green Blue C M Y K H S L
Decimal 14 119 189 0.93 0.37 0 0.26 204 0.86 0.4
Hex E 77 BD 5D 25 0 1A CC 56 28
Octal 16 167 275 135 45 0 32 314 126 50
Binary 1110 1110111 10111101 1011101 100101 0 11010 11001100 1010110 101000

Color Harmonies of #0E77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E77BD

Black with #0E77BD

Text Example


Text Example

White with #0E77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,189); }

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

background-color css

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

 a { background-color: rgb(14,119,189); }

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

border-color css

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

 span { border-color: rgb(14,119,189); }

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