#134892

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

Shades of Dark Cerulean #134892

Tints of Dark Cerulean #134892

Color information

#134892 (or 0x134892) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 92. RGB value is (19,72,146). Sum of RGB (Red+Green+Blue) = 19+72+146=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #134892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134892 is #ECB76D. Grayscale: #404040. Windows color (decimal): -15513454 or 9586707. OLE color: 9586707.

HSL color Cylindrical-coordinate representation of color #134892: hue angle of 214.96º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134892 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1972146-
CMYK0.870.5100.43
HSL214.96º76.97%32.35%-
HSV(B)214.96º86.99%57.25%-
XYZ7.776.8528.11-
YUV64.59173.9495.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=8.02%
G=30.38%
B=61.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19721460.870.5100.43214.9676.9732.35
Hex134892573302Bd74d20
Octal231102221276305332711540
Binary1001110010001001001010101111100110101011110101111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134892; }

 p { color: rgb(19,72,146); }

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

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

 a { background-color: rgb(19,72,146); }

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

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

 span { border-color: rgb(19,72,146); }

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