#134072

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

Shades of Dark Cerulean #134072

Tints of Dark Cerulean #134072

Color information

#134072 (or 0x134072) is unknown color: approx Dark Cerulean. HEX triplet: 13, 40 and 72. RGB value is (19,64,114). Sum of RGB (Red+Green+Blue) = 19+64+114=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #134072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134072 is #ECBF8D. Grayscale: #383838. Windows color (decimal): -15515534 or 7487507. OLE color: 7487507.

HSL color Cylindrical-coordinate representation of color #134072: hue angle of 211.58º degrees, saturation: 0.71, 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 #134072 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1964114-
CMYK0.830.4400.55
HSL211.58º71.43%26.08%-
HSV(B)211.58º83.33%44.71%-
XYZ5.145.0216.62-
YUV56.24160.59101.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=9.64%
G=32.49%
B=57.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19641140.830.4400.55211.5871.4326.08
Hex134072532C037d4471a
Octal231001621235406732410732
Binary10011100000011100101010011101100011011111010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134072; }

 p { color: rgb(19,64,114); }

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

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

 a { background-color: rgb(19,64,114); }

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

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

 span { border-color: rgb(19,64,114); }

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