Html Css Color HEX #0E6687 Allports

📋 copy color: '#0E6687'

red 14 ◦ green 102 ◦ blue 135

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

Shades of Allports #0E6687

Tints of Allports #0E6687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.64%

 BLUE value IS 135 (53.13% from 255) = 53.78%

R = 5.58%
G = 40.64%
B = 53.78%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E6687 (or 0x0E6687) is known color: Allports. HEX triplet: 0E, 66 and 87. RGB value is (14,102,135). Sum of RGB (Red+Green+Blue) = 14+102+135=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E6687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6687 is #F19978. Grayscale: #4F4F4F. Windows color (decimal): -15833465 or 8873486. OLE color: 8873486.

HSL color Cylindrical-coordinate representation of color #0E6687: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E6687 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 102 135 -
CMYK 0.90 0.24 0 0.47
HSL 196.36º 0.81% 0.29% -
HSV(B) 196.36º 0.9% 0.53% -
XYZ 9.31 11.35 24.62 -
YUV 79.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 14 102 135 0.90 0.24 0 0.47 196.36 0.81 0.29
Hex E 66 87 5A 18 0 2F C4 51 1D
Octal 16 146 207 132 30 0 57 304 121 35
Binary 1110 1100110 10000111 1011010 11000 0 101111 11000100 1010001 11101

Color Harmonies of #0E6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6687

Black with #0E6687

Text Example


Text Example

White with #0E6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,102,135); }

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

background-color css

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

 a { background-color: rgb(14,102,135); }

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

border-color css

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

 span { border-color: rgb(14,102,135); }

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