Html Css Color HEX #0E444D Cyprus

📋 copy color: '#0E444D'

red 14 ◦ green 68 ◦ blue 77

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

Shades of Cyprus #0E444D

Tints of Cyprus #0E444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 8.81%
G = 42.77%
B = 48.43%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E444D (or 0x0E444D) is known color: Cyprus. HEX triplet: 0E, 44 and 4D. RGB value is (14,68,77). Sum of RGB (Red+Green+Blue) = 14+68+77=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E444D is #F1BBB2. Grayscale: #343434. Windows color (decimal): -15842227 or 5063694. OLE color: 5063694.

HSL color Cylindrical-coordinate representation of color #0E444D: hue angle of 188.57º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E444D is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 68 77 -
CMYK 0.82 0.12 0 0.70
HSL 188.57º 0.69% 0.18% -
HSV(B) 188.57º 0.82% 0.3% -
XYZ 3.59 4.76 7.75 -
YUV 52.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 14 68 77 0.82 0.12 0 0.70 188.57 0.69 0.18
Hex E 44 4D 52 C 0 46 BD 45 12
Octal 16 104 115 122 14 0 106 275 105 22
Binary 1110 1000100 1001101 1010010 1100 0 1000110 10111101 1000101 10010

Color Harmonies of #0E444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E444D

Black with #0E444D

Text Example


Text Example

White with #0E444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,68,77); }

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

background-color css

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

 a { background-color: rgb(14,68,77); }

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

border-color css

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

 span { border-color: rgb(14,68,77); }

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