Html Css Color HEX #0E413C Cyprus

📋 copy color: '#0E413C'

red 14 ◦ green 65 ◦ blue 60

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

Shades of Cyprus #0E413C

Tints of Cyprus #0E413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

 BLUE value IS 60 (23.83% from 255) = 43.17%

R = 10.07%
G = 46.76%
B = 43.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#0E413C (or 0x0E413C) is known color: Cyprus. HEX triplet: 0E, 41 and 3C. RGB value is (14,65,60). Sum of RGB (Red+Green+Blue) = 14+65+60=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #0E413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E413C is #F1BEC3. Grayscale: #313131. Windows color (decimal): -15843012 or 3948814. OLE color: 3948814.

HSL color Cylindrical-coordinate representation of color #0E413C: hue angle of 174.12º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E413C is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 65 60 -
CMYK 0.78 0 0.08 0.75
HSL 174.12º 0.65% 0.15% -
HSV(B) 174.12º 0.78% 0.25% -
XYZ 2.89 4.2 4.93 -
YUV 49.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 14 65 60 0.78 0 0.08 0.75 174.12 0.65 0.15
Hex E 41 3C 4E 0 8 4B AE 41 F
Octal 16 101 74 116 0 10 113 256 101 17
Binary 1110 1000001 111100 1001110 0 1000 1001011 10101110 1000001 1111

Color Harmonies of #0E413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E413C

Black with #0E413C

Text Example


Text Example

White with #0E413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,65,60); }

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

background-color css

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

 a { background-color: rgb(14,65,60); }

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

border-color css

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

 span { border-color: rgb(14,65,60); }

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