#133A7A

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

Shades of Dark Cerulean #133A7A

Tints of Dark Cerulean #133A7A

Color information

#133A7A (or 0x133A7A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3A and 7A. RGB value is (19,58,122). Sum of RGB (Red+Green+Blue) = 19+58+122=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #133A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A7A is #ECC585. Grayscale: #353535. Windows color (decimal): -15517062 or 8010259. OLE color: 8010259.

HSL color Cylindrical-coordinate representation of color #133A7A: hue angle of 217.28º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133A7A is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1958122-
CMYK0.840.5200.52
HSL217.28º73.05%27.65%-
HSV(B)217.28º84.43%47.84%-
XYZ5.294.5719.02-
YUV53.64166.58103.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=9.55%
G=29.15%
B=61.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19581220.840.5200.52217.2873.0527.65
Hex133A7A5434034d9491c
Octal23721721246406433111134
Binary1001111101011110101010100110100011010011011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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