#134E8A

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

Shades of Dark Cerulean #134E8A

Tints of Dark Cerulean #134E8A

Color information

#134E8A (or 0x134E8A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 8A. RGB value is (19,78,138). Sum of RGB (Red+Green+Blue) = 19+78+138=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #134E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E8A is #ECB175. Grayscale: #424242. Windows color (decimal): -15511926 or 9063955. OLE color: 9063955.

HSL color Cylindrical-coordinate representation of color #134E8A: hue angle of 210.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134E8A is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1978138-
CMYK0.860.4300.46
HSL210.25º75.8%30.78%-
HSV(B)210.25º86.23%54.12%-
XYZ7.587.4225.08-
YUV67.2167.9593.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=8.09%
G=33.19%
B=58.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19781380.860.4300.46210.2575.830.78
Hex134E8A562B02Ed24c1f
Octal231162121265305632211437
Binary100111001110100010101010110101011010111011010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,138); }

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

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

 a { background-color: rgb(19,78,138); }

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

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

 span { border-color: rgb(19,78,138); }

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