Html Css Color HEX #0E444C Cyprus

📋 copy color: '#0E444C'

red 14 ◦ green 68 ◦ blue 76

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

Shades of Cyprus #0E444C

Tints of Cyprus #0E444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.1%

R = 8.86%
G = 43.04%
B = 48.1%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E444C (or 0x0E444C) is known color: Cyprus. HEX triplet: 0E, 44 and 4C. RGB value is (14,68,76). Sum of RGB (Red+Green+Blue) = 14+68+76=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E444C is #F1BBB3. Grayscale: #343434. Windows color (decimal): -15842228 or 4998158. OLE color: 4998158.

HSL color Cylindrical-coordinate representation of color #0E444C: hue angle of 187.74º 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 #0E444C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 68 76 -
CMYK 0.82 0.11 0 0.70
HSL 187.74º 0.69% 0.18% -
HSV(B) 187.74º 0.82% 0.3% -
XYZ 3.55 4.75 7.57 -
YUV 52.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 14 68 76 0.82 0.11 0 0.70 187.74 0.69 0.18
Hex E 44 4C 52 B 0 46 BC 45 12
Octal 16 104 114 122 13 0 106 274 105 22
Binary 1110 1000100 1001100 1010010 1011 0 1000110 10111100 1000101 10010

Color Harmonies of #0E444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E444C

Black with #0E444C

Text Example


Text Example

White with #0E444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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