#134875

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

Shades of Dark Cerulean #134875

Tints of Dark Cerulean #134875

Color information

#134875 (or 0x134875) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 75. RGB value is (19,72,117). Sum of RGB (Red+Green+Blue) = 19+72+117=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #134875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134875 is #ECB78A. Grayscale: #3D3D3D. Windows color (decimal): -15513483 or 7686163. OLE color: 7686163.

HSL color Cylindrical-coordinate representation of color #134875: hue angle of 207.55º 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 #134875 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1972117-
CMYK0.840.3800.54
HSL207.55º72.06%26.67%-
HSV(B)207.55º83.76%45.88%-
XYZ5.86.0617.69-
YUV61.28159.4497.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=9.13%
G=34.62%
B=56.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19721170.840.3800.54207.5572.0626.67
Hex1348755426036d0481b
Octal231101651244606632011033
Binary10011100100011101011010100100110011011011010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134875; }

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

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

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

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

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

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

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

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