Html Css Color HEX #114248 Cyprus

📋 copy color: '#114248'

red 17 ◦ green 66 ◦ blue 72

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

Shades of Cyprus #114248

Tints of Cyprus #114248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

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

R = 10.97%
G = 42.58%
B = 46.45%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114248 (or 0x114248) is known color: Cyprus. HEX triplet: 11, 42 and 48. RGB value is (17,66,72). Sum of RGB (Red+Green+Blue) = 17+66+72=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #114248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114248 is #EEBDB7. Grayscale: #333333. Windows color (decimal): -15646136 or 4735505. OLE color: 4735505.

HSL color Cylindrical-coordinate representation of color #114248: hue angle of 186.55º 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 #114248 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 66 72 -
CMYK 0.76 0.08 0 0.72
HSL 186.55º 0.62% 0.17% -
HSV(B) 186.55º 0.76% 0.28% -
XYZ 3.35 4.48 6.82 -
YUV 52.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 17 66 72 0.76 0.08 0 0.72 186.55 0.62 0.17
Hex 11 42 48 4C 8 0 48 BB 3E 11
Octal 21 102 110 114 10 0 110 273 76 21
Binary 10001 1000010 1001000 1001100 1000 0 1001000 10111011 111110 10001

Color Harmonies of #114248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114248

Black with #114248

Text Example


Text Example

White with #114248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114248; }

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

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

background-color css

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

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

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

border-color css

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

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

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