#134373

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

Shades of Dark Cerulean #134373

Tints of Dark Cerulean #134373

Color information

#134373 (or 0x134373) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 73. RGB value is (19,67,115). Sum of RGB (Red+Green+Blue) = 19+67+115=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #134373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134373 is #ECBC8C. Grayscale: #393939. Windows color (decimal): -15514765 or 7553811. OLE color: 7553811.

HSL color Cylindrical-coordinate representation of color #134373: hue angle of 210º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134373 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1967115-
CMYK0.830.4200.55
HSL210º71.64%26.27%-
HSV(B)210º83.48%45.1%-
XYZ5.375.3916.98-
YUV58.12160.1100.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=9.45%
G=33.33%
B=57.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19671150.830.4200.5521071.6426.27
Hex134373532A037d2481a
Octal231031631235206732211032
Binary10011100001111100111010011101010011011111010010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134373; }

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

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

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

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

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

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

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

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