#134286

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

Shades of Dark Cerulean #134286

Tints of Dark Cerulean #134286

Color information

#134286 (or 0x134286) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 86. RGB value is (19,66,134). Sum of RGB (Red+Green+Blue) = 19+66+134=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #134286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134286 is #ECBD79. Grayscale: #3B3B3B. Windows color (decimal): -15515002 or 8798739. OLE color: 8798739.

HSL color Cylindrical-coordinate representation of color #134286: hue angle of 215.48º 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 #134286 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1966134-
CMYK0.860.5100.47
HSL215.48º75.16%30%-
HSV(B)215.48º85.82%52.55%-
XYZ6.525.7623.32-
YUV59.7169.9398.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=8.68%
G=30.14%
B=61.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19661340.860.5100.47215.4875.1630
Hex134286563302Fd74b1e
Octal231022061266305732711336
Binary100111000010100001101010110110011010111111010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134286; }

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

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

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

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

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

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

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

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