Html Css Color HEX #134446 Cyprus

📋 copy color: '#134446'

red 19 ◦ green 68 ◦ blue 70

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

Shades of Cyprus #134446

Tints of Cyprus #134446

RGB

 RED value IS 19 (7.81% from 255) = 12.1%

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

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 12.1%
G = 43.31%
B = 44.59%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#134446 (or 0x134446) is known color: Cyprus. HEX triplet: 13, 44 and 46. RGB value is (19,68,70). Sum of RGB (Red+Green+Blue) = 19+68+70=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #134446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134446 is #ECBBB9. Grayscale: #353535. Windows color (decimal): -15514554 or 4604947. OLE color: 4604947.

HSL color Cylindrical-coordinate representation of color #134446: hue angle of 182.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134446 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 70 -
CMYK 0.73 0.03 0 0.73
HSL 182.35º 0.57% 0.17% -
HSV(B) 182.35º 0.73% 0.27% -
XYZ 3.44 4.71 6.52 -
YUV 53.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 19 68 70 0.73 0.03 0 0.73 182.35 0.57 0.17
Hex 13 44 46 49 3 0 49 B6 39 11
Octal 23 104 106 111 3 0 111 266 71 21
Binary 10011 1000100 1000110 1001001 11 0 1001001 10110110 111001 10001

Color Harmonies of #134446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134446

Black with #134446

Text Example


Text Example

White with #134446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134446; }

 p { color: rgb(19,68,70); }

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

background-color css

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

 a { background-color: rgb(19,68,70); }

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

border-color css

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

 span { border-color: rgb(19,68,70); }

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