#134375

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

Shades of Dark Cerulean #134375

Tints of Dark Cerulean #134375

Color information

#134375 (or 0x134375) is unknown color: approx Dark Cerulean. HEX triplet: 13, 43 and 75. RGB value is (19,67,117). Sum of RGB (Red+Green+Blue) = 19+67+117=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #134375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134375 is #ECBC8A. Grayscale: #3A3A3A. Windows color (decimal): -15514763 or 7684883. OLE color: 7684883.

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

Color convert

RGB1967117-
CMYK0.840.4300.54
HSL210.61º72.06%26.67%-
HSV(B)210.61º83.76%45.88%-
XYZ5.495.4417.59-
YUV58.35161.199.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=9.36%
G=33.00%
B=57.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19671170.840.4300.54210.6172.0626.67
Hex134375542B036d3481b
Octal231031651245306632311033
Binary10011100001111101011010100101011011011011010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134375; }

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

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

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

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

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

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

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

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