#134382

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

Shades of Dark Cerulean #134382

Tints of Dark Cerulean #134382

Color information

#134382 (or 0x134382) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 82. RGB value is (19,67,130). Sum of RGB (Red+Green+Blue) = 19+67+130=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #134382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134382 is #ECBC7D. Grayscale: #3B3B3B. Windows color (decimal): -15514750 or 8536851. OLE color: 8536851.

HSL color Cylindrical-coordinate representation of color #134382: hue angle of 214.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134382 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1967130-
CMYK0.850.4800.49
HSL214.05º74.5%29.22%-
HSV(B)214.05º85.38%50.98%-
XYZ6.35.7621.9-
YUV59.83167.698.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 130 (51.17% from 255) = 60.19%
R=8.80%
G=31.02%
B=60.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19671300.850.4800.49214.0574.529.22
Hex1343825530031d64a1d
Octal231032021256006132611235
Binary100111000011100000101010101110000011000111010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134382; }

 p { color: rgb(19,67,130); }

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

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

 a { background-color: rgb(19,67,130); }

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

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

 span { border-color: rgb(19,67,130); }

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