#134470

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

Shades of Dark Cerulean #134470

Tints of Dark Cerulean #134470

Color information

#134470 (or 0x134470) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 70. RGB value is (19,68,112). Sum of RGB (Red+Green+Blue) = 19+68+112=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #134470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134470 is #ECBB8F. Grayscale: #3A3A3A. Windows color (decimal): -15514512 or 7357459. OLE color: 7357459.

HSL color Cylindrical-coordinate representation of color #134470: hue angle of 208.39º 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 #134470 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1968112-
CMYK0.830.3900.56
HSL208.39º70.99%25.69%-
HSV(B)208.39º83.04%43.92%-
XYZ5.265.4416.1-
YUV58.36158.2799.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=9.55%
G=34.17%
B=56.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19681120.830.3900.56208.3970.9925.69
Hex1344705327038d0471a
Octal231041601234707032010732
Binary10011100010011100001010011100111011100011010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134470; }

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

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

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

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

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

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

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

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