#134B85

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

Shades of Dark Cerulean #134B85

Tints of Dark Cerulean #134B85

Color information

#134B85 (or 0x134B85) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4B and 85. RGB value is (19,75,133). Sum of RGB (Red+Green+Blue) = 19+75+133=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #134B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B85 is #ECB47A. Grayscale: #404040. Windows color (decimal): -15512699 or 8735507. OLE color: 8735507.

HSL color Cylindrical-coordinate representation of color #134B85: hue angle of 210.53º 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 #134B85 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1975133-
CMYK0.860.4400.48
HSL210.53º75%29.8%-
HSV(B)210.53º85.71%52.16%-
XYZ7.026.8623.15-
YUV64.87166.4595.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=8.37%
G=33.04%
B=58.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19751330.860.4400.48210.537529.8
Hex134B85562C030d34b1e
Octal231132051265406032311336
Binary100111001011100001011010110101100011000011010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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