#134377

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

Shades of Dark Cerulean #134377

Tints of Dark Cerulean #134377

Color information

#134377 (or 0x134377) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 77. RGB value is (19,67,119). Sum of RGB (Red+Green+Blue) = 19+67+119=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #134377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134377 is #ECBC88. Grayscale: #3A3A3A. Windows color (decimal): -15514761 or 7815955. OLE color: 7815955.

HSL color Cylindrical-coordinate representation of color #134377: hue angle of 211.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134377 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1967119-
CMYK0.840.4400.53
HSL211.2º72.46%27.06%-
HSV(B)211.2º84.03%46.67%-
XYZ5.615.4818.22-
YUV58.58162.199.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=9.27%
G=32.68%
B=58.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19671190.840.4400.53211.272.4627.06
Hex134377542C035d3481b
Octal231031671245406532311033
Binary10011100001111101111010100101100011010111010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134377; }

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

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

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

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

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

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

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

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