#134E85

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

Shades of Dark Cerulean #134E85

Tints of Dark Cerulean #134E85

Color information

#134E85 (or 0x134E85) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 85. RGB value is (19,78,133). Sum of RGB (Red+Green+Blue) = 19+78+133=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #134E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E85 is #ECB17A. Grayscale: #424242. Windows color (decimal): -15511931 or 8736275. OLE color: 8736275.

HSL color Cylindrical-coordinate representation of color #134E85: hue angle of 208.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134E85 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1978133-
CMYK0.860.4100.48
HSL208.95º75%29.8%-
HSV(B)208.95º85.71%52.16%-
XYZ7.237.2823.21-
YUV66.63165.4594.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=8.26%
G=33.91%
B=57.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19781330.860.4100.48208.957529.8
Hex134E855629030d14b1e
Octal231162051265106032111336
Binary100111001110100001011010110101001011000011010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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