#134784

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

Shades of Dark Cerulean #134784

Tints of Dark Cerulean #134784

Color information

#134784 (or 0x134784) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 84. RGB value is (19,71,132). Sum of RGB (Red+Green+Blue) = 19+71+132=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #134784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134784 is #ECB87B. Grayscale: #3E3E3E. Windows color (decimal): -15513724 or 8668947. OLE color: 8668947.

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

Color convert

RGB1971132-
CMYK0.860.4600.48
HSL212.39º74.83%29.61%-
HSV(B)212.39º85.61%51.76%-
XYZ6.696.3122.7-
YUV62.41167.2797.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=8.56%
G=31.98%
B=59.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19711320.860.4600.48212.3974.8329.61
Hex134784562E030d44b1e
Octal231072041265606032411336
Binary100111000111100001001010110101110011000011010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134784; }

 p { color: rgb(19,71,132); }

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

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

 a { background-color: rgb(19,71,132); }

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

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

 span { border-color: rgb(19,71,132); }

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