#134593

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

Shades of Dark Cerulean #134593

Tints of Dark Cerulean #134593

Color information

#134593 (or 0x134593) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 93. RGB value is (19,69,147). Sum of RGB (Red+Green+Blue) = 19+69+147=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #134593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134593 is #ECBA6C. Grayscale: #3E3E3E. Windows color (decimal): -15514221 or 9651475. OLE color: 9651475.

HSL color Cylindrical-coordinate representation of color #134593: hue angle of 216.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134593 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1969147-
CMYK0.870.5300.42
HSL216.56º77.11%32.55%-
HSV(B)216.56º87.07%57.65%-
XYZ7.666.528.45-
YUV62.94175.4496.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=8.09%
G=29.36%
B=62.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19691470.870.5300.42216.5677.1132.55
Hex134593573502Ad94d21
Octal231052231276505233111541
Binary1001110001011001001110101111101010101010110110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134593; }

 p { color: rgb(19,69,147); }

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

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

 a { background-color: rgb(19,69,147); }

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

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

 span { border-color: rgb(19,69,147); }

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