#133A75

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

Shades of Dark Cerulean #133A75

Tints of Dark Cerulean #133A75

Color information

#133A75 (or 0x133A75) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3A and 75. RGB value is (19,58,117). Sum of RGB (Red+Green+Blue) = 19+58+117=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #133A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A75 is #ECC58A. Grayscale: #343434. Windows color (decimal): -15517067 or 7682579. OLE color: 7682579.

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

Color convert

RGB1958117-
CMYK0.840.5000.54
HSL216.12º72.06%26.67%-
HSV(B)216.12º83.76%45.88%-
XYZ4.994.4517.43-
YUV53.06164.08103.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=9.79%
G=29.90%
B=60.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19581170.840.5000.54216.1272.0626.67
Hex133A755432036d8481b
Octal23721651246206633011033
Binary1001111101011101011010100110010011011011011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A75; }

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

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

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

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

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

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

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

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