#134486

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

Shades of Dark Cerulean #134486

Tints of Dark Cerulean #134486

Color information

#134486 (or 0x134486) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 86. RGB value is (19,68,134). Sum of RGB (Red+Green+Blue) = 19+68+134=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #134486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134486 is #ECBB79. Grayscale: #3C3C3C. Windows color (decimal): -15514490 or 8799251. OLE color: 8799251.

HSL color Cylindrical-coordinate representation of color #134486: hue angle of 214.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134486 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1968134-
CMYK0.860.4900.47
HSL214.43º75.16%30%-
HSV(B)214.43º85.82%52.55%-
XYZ6.645.9923.36-
YUV60.87169.2798.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=8.60%
G=30.77%
B=60.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19681340.860.4900.47214.4375.1630
Hex134486563102Fd64b1e
Octal231042061266105732611336
Binary100111000100100001101010110110001010111111010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134486; }

 p { color: rgb(19,68,134); }

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

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

 a { background-color: rgb(19,68,134); }

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

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

 span { border-color: rgb(19,68,134); }

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