#134A7D

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

Shades of Dark Cerulean #134A7D

Tints of Dark Cerulean #134A7D

Color information

#134A7D (or 0x134A7D) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4A and 7D. RGB value is (19,74,125). Sum of RGB (Red+Green+Blue) = 19+74+125=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #134A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A7D is #ECB582. Grayscale: #3F3F3F. Windows color (decimal): -15512963 or 8210963. OLE color: 8210963.

HSL color Cylindrical-coordinate representation of color #134A7D: hue angle of 208.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134A7D is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1974125-
CMYK0.850.4100.51
HSL208.87º73.61%28.24%-
HSV(B)208.87º84.8%49.02%-
XYZ6.426.5220.32-
YUV63.37162.7896.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=8.72%
G=33.94%
B=57.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19741250.850.4100.51208.8773.6128.24
Hex134A7D5529033d14a1c
Octal231121751255106332111234
Binary10011100101011111011010101101001011001111010001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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