Html Css Color HEX #134644 Cyprus

📋 copy color: '#134644'

red 19 ◦ green 70 ◦ blue 68

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

Shades of Cyprus #134644

Tints of Cyprus #134644

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #134644: hue angle of 177.65º 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 #134644 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 68 -
CMYK 0.73 0 0.03 0.73
HSL 177.65º 0.57% 0.17% -
HSV(B) 177.65º 0.73% 0.27% -
XYZ 3.5 4.94 6.24 -
YUV 54.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 19 70 68 0.73 0 0.03 0.73 177.65 0.57 0.17
Hex 13 46 44 49 0 3 49 B2 39 11
Octal 23 106 104 111 0 3 111 262 71 21
Binary 10011 1000110 1000100 1001001 0 11 1001001 10110010 111001 10001

Color Harmonies of #134644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134644

Black with #134644

Text Example


Text Example

White with #134644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134644; }

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

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

background-color css

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

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

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

border-color css

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

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

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