Html Css Color HEX #134443 Cyprus

📋 copy color: '#134443'

red 19 ◦ green 68 ◦ blue 67

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

Shades of Cyprus #134443

Tints of Cyprus #134443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.51%

R = 12.34%
G = 44.16%
B = 43.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#134443 (or 0x134443) is known color: Cyprus. HEX triplet: 13, 44 and 43. RGB value is (19,68,67). Sum of RGB (Red+Green+Blue) = 19+68+67=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #134443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134443 is #ECBBBC. Grayscale: #353535. Windows color (decimal): -15514557 or 4408339. OLE color: 4408339.

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

Color convert

RGB 19 68 67 -
CMYK 0.72 0 0.01 0.73
HSL 178.78º 0.56% 0.17% -
HSV(B) 178.78º 0.72% 0.27% -
XYZ 3.35 4.68 6.04 -
YUV 53.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 19 68 67 0.72 0 0.01 0.73 178.78 0.56 0.17
Hex 13 44 43 48 0 1 49 B3 38 11
Octal 23 104 103 110 0 1 111 263 70 21
Binary 10011 1000100 1000011 1001000 0 1 1001001 10110011 111000 10001

Color Harmonies of #134443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134443

Black with #134443

Text Example


Text Example

White with #134443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134443; }

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

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

background-color css

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

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

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

border-color css

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

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

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