#134570

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

Shades of Dark Cerulean #134570

Tints of Dark Cerulean #134570

Color information

#134570 (or 0x134570) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 70. RGB value is (19,69,112). Sum of RGB (Red+Green+Blue) = 19+69+112=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #134570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134570 is #ECBA8F. Grayscale: #3A3A3A. Windows color (decimal): -15514256 or 7357715. OLE color: 7357715.

HSL color Cylindrical-coordinate representation of color #134570: hue angle of 207.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134570 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1969112-
CMYK0.830.3800.56
HSL207.74º70.99%25.69%-
HSV(B)207.74º83.04%43.92%-
XYZ5.325.5616.12-
YUV58.95157.9499.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=9.5%
G=34.5%
B=56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19691120.830.3800.56207.7470.9925.69
Hex1345705326038d0471a
Octal231051601234607032010732
Binary10011100010111100001010011100110011100011010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134570; }

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

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

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

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

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

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

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

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