Html Css Color HEX #134445 Cyprus

📋 copy color: '#134445'

red 19 ◦ green 68 ◦ blue 69

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

Shades of Cyprus #134445

Tints of Cyprus #134445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 44.23%

R = 12.18%
G = 43.59%
B = 44.23%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#134445 (or 0x134445) is known color: Cyprus. HEX triplet: 13, 44 and 45. RGB value is (19,68,69). Sum of RGB (Red+Green+Blue) = 19+68+69=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #134445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134445 is #ECBBBA. Grayscale: #353535. Windows color (decimal): -15514555 or 4539411. OLE color: 4539411.

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

Color convert

RGB 19 68 69 -
CMYK 0.72 0.01 0 0.73
HSL 181.2º 0.57% 0.17% -
HSV(B) 181.2º 0.72% 0.27% -
XYZ 3.41 4.7 6.36 -
YUV 53.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 19 68 69 0.72 0.01 0 0.73 181.2 0.57 0.17
Hex 13 44 45 48 1 0 49 B5 39 11
Octal 23 104 105 110 1 0 111 265 71 21
Binary 10011 1000100 1000101 1001000 1 0 1001001 10110101 111001 10001

Color Harmonies of #134445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134445

Black with #134445

Text Example


Text Example

White with #134445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134445; }

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

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

background-color css

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

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

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

border-color css

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

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

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