Html Css Color HEX #114148 Cyprus

📋 copy color: '#114148'

red 17 ◦ green 65 ◦ blue 72

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

Shades of Cyprus #114148

Tints of Cyprus #114148

RGB

 RED value IS 17 (7.03% from 255) = 11.04%

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

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 11.04%
G = 42.21%
B = 46.75%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114148 (or 0x114148) is known color: Cyprus. HEX triplet: 11, 41 and 48. RGB value is (17,65,72). Sum of RGB (Red+Green+Blue) = 17+65+72=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #114148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114148 is #EEBEB7. Grayscale: #333333. Windows color (decimal): -15646392 or 4735249. OLE color: 4735249.

HSL color Cylindrical-coordinate representation of color #114148: hue angle of 187.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114148 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 65 72 -
CMYK 0.76 0.10 0 0.72
HSL 187.64º 0.62% 0.17% -
HSV(B) 187.64º 0.76% 0.28% -
XYZ 3.29 4.37 6.8 -
YUV 51.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 17 65 72 0.76 0.10 0 0.72 187.64 0.62 0.17
Hex 11 41 48 4C A 0 48 BC 3E 11
Octal 21 101 110 114 12 0 110 274 76 21
Binary 10001 1000001 1001000 1001100 1010 0 1001000 10111100 111110 10001

Color Harmonies of #114148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114148

Black with #114148

Text Example


Text Example

White with #114148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114148; }

 p { color: rgb(17,65,72); }

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

background-color css

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

 a { background-color: rgb(17,65,72); }

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

border-color css

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

 span { border-color: rgb(17,65,72); }

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