#133C7A

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

Shades of Dark Cerulean #133C7A

Tints of Dark Cerulean #133C7A

Color information

#133C7A (or 0x133C7A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 7A. RGB value is (19,60,122). Sum of RGB (Red+Green+Blue) = 19+60+122=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #133C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C7A is #ECC385. Grayscale: #363636. Windows color (decimal): -15516550 or 8010771. OLE color: 8010771.

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

Color convert

RGB1960122-
CMYK0.840.5100.52
HSL216.12º73.05%27.65%-
HSV(B)216.12º84.43%47.84%-
XYZ5.44.7819.05-
YUV54.81165.92102.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=9.45%
G=29.85%
B=60.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19601220.840.5100.52216.1273.0527.65
Hex133C7A5433034d8491c
Octal23741721246306433011134
Binary1001111110011110101010100110011011010011011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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