Html Css Color HEX #0E6874 Blue Lagoon

📋 copy color: '#0E6874'

red 14 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #0E6874

Tints of Blue Lagoon #0E6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 5.98%
G = 44.44%
B = 49.57%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E6874 (or 0x0E6874) is known color: Blue Lagoon. HEX triplet: 0E, 68 and 74. RGB value is (14,104,116). Sum of RGB (Red+Green+Blue) = 14+104+116=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E6874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6874 is #F1978B. Grayscale: #4E4E4E. Windows color (decimal): -15832972 or 7628814. OLE color: 7628814.

HSL color Cylindrical-coordinate representation of color #0E6874: hue angle of 187.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6874 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 104 116 -
CMYK 0.88 0.10 0 0.55
HSL 187.06º 0.78% 0.25% -
HSV(B) 187.06º 0.88% 0.45% -
XYZ 8.28 11.25 18.26 -
YUV 78.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 14 104 116 0.88 0.10 0 0.55 187.06 0.78 0.25
Hex E 68 74 58 A 0 37 BB 4E 19
Octal 16 150 164 130 12 0 67 273 116 31
Binary 1110 1101000 1110100 1011000 1010 0 110111 10111011 1001110 11001

Color Harmonies of #0E6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6874

Black with #0E6874

Text Example


Text Example

White with #0E6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,104,116); }

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

background-color css

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

 a { background-color: rgb(14,104,116); }

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

border-color css

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

 span { border-color: rgb(14,104,116); }

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