Html Css Color HEX #114448 Cyprus

📋 copy color: '#114448'

red 17 ◦ green 68 ◦ blue 72

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

Shades of Cyprus #114448

Tints of Cyprus #114448

RGB

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

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

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

R = 10.83%
G = 43.31%
B = 45.86%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114448 (or 0x114448) is known color: Cyprus. HEX triplet: 11, 44 and 48. RGB value is (17,68,72). Sum of RGB (Red+Green+Blue) = 17+68+72=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #114448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114448 is #EEBBB7. Grayscale: #353535. Windows color (decimal): -15645624 or 4736017. OLE color: 4736017.

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

Color convert

RGB 17 68 72 -
CMYK 0.76 0.06 0 0.72
HSL 184.36º 0.62% 0.17% -
HSV(B) 184.36º 0.76% 0.28% -
XYZ 3.47 4.72 6.86 -
YUV 53.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 17 68 72 0.76 0.06 0 0.72 184.36 0.62 0.17
Hex 11 44 48 4C 6 0 48 B8 3E 11
Octal 21 104 110 114 6 0 110 270 76 21
Binary 10001 1000100 1001000 1001100 110 0 1001000 10111000 111110 10001

Color Harmonies of #114448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114448

Black with #114448

Text Example


Text Example

White with #114448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114448; }

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

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

background-color css

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

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

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

border-color css

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

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

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