#134A7F

Color #134A7F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #134A7F

Tints of Dark Cerulean #134A7F

Color information

#134A7F (or 0x134A7F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4A and 7F. RGB value is (19,74,127). Sum of RGB (Red+Green+Blue) = 19+74+127=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #134A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A7F is #ECB580. Grayscale: #3F3F3F. Windows color (decimal): -15512961 or 8342035. OLE color: 8342035.

HSL color Cylindrical-coordinate representation of color #134A7F: hue angle of 209.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134A7F is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1974127-
CMYK0.850.4200.50
HSL209.44º73.97%28.63%-
HSV(B)209.44º85.04%49.8%-
XYZ6.556.5721-
YUV63.6163.7896.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 127 (50% from 255) = 57.73%
R=8.64%
G=33.64%
B=57.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19741270.850.4200.50209.4473.9728.63
Hex134A7F552A032d14a1d
Octal231121771255206232111235
Binary10011100101011111111010101101010011001011010001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A7F; }

 p { color: rgb(19,74,127); }

 H1.HeaderClassName
 {
   color: #134A7F;
 }
 .AnyTagClassName
 {
   color: #134A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(19,74,127); }

 div.DivClassName
 {
   background-color: #134A7F;
 }
 .BgClassName
 {
   background-color: #134A7F;
 }
</style>
border-color css

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

 span { border-color: rgb(19,74,127); }

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