#133F83

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

Shades of Dark Cerulean #133F83

Tints of Dark Cerulean #133F83

Color information

#133F83 (or 0x133F83) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3F and 83. RGB value is (19,63,131). Sum of RGB (Red+Green+Blue) = 19+63+131=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #133F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F83 is #ECC07C. Grayscale: #393939. Windows color (decimal): -15515773 or 8601363. OLE color: 8601363.

HSL color Cylindrical-coordinate representation of color #133F83: hue angle of 216.43º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133F83 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1963131-
CMYK0.850.5200.49
HSL216.43º74.67%29.41%-
HSV(B)216.43º85.5%51.37%-
XYZ6.145.3322.18-
YUV57.6169.42100.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=8.92%
G=29.58%
B=61.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19631310.850.5200.49216.4374.6729.41
Hex133F835534031d84b1d
Octal23772031256406133011335
Binary10011111111100000111010101110100011000111011000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,63,131); }

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

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

 a { background-color: rgb(19,63,131); }

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

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

 span { border-color: rgb(19,63,131); }

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