Html Css Color HEX #134442 Cyprus

📋 copy color: '#134442'

red 19 ◦ green 68 ◦ blue 66

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

Shades of Cyprus #134442

Tints of Cyprus #134442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 43.14%

R = 12.42%
G = 44.44%
B = 43.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#134442 (or 0x134442) is known color: Cyprus. HEX triplet: 13, 44 and 42. RGB value is (19,68,66). Sum of RGB (Red+Green+Blue) = 19+68+66=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #134442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134442 is #ECBBBD. Grayscale: #353535. Windows color (decimal): -15514558 or 4342803. OLE color: 4342803.

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

Color convert

RGB 19 68 66 -
CMYK 0.72 0 0.03 0.73
HSL 177.55º 0.56% 0.17% -
HSV(B) 177.55º 0.72% 0.27% -
XYZ 3.32 4.67 5.88 -
YUV 53.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 19 68 66 0.72 0 0.03 0.73 177.55 0.56 0.17
Hex 13 44 42 48 0 3 49 B2 38 11
Octal 23 104 102 110 0 3 111 262 70 21
Binary 10011 1000100 1000010 1001000 0 11 1001001 10110010 111000 10001

Color Harmonies of #134442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134442

Black with #134442

Text Example


Text Example

White with #134442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134442; }

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

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

background-color css

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

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

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

border-color css

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

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

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