#005283

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

Shades of Dark Cerulean #005283

Tints of Dark Cerulean #005283

Color information

#005283 (or 0x005283) is unknown color: approx Dark Cerulean. HEX triplet: 00, 52 and 83. RGB value is (0,82,131). Sum of RGB (Red+Green+Blue) = 0+82+131=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 82 (32.42% from 255 or 38.50% 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 #005283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005283 is #FFAD7C. Grayscale: #3E3E3E. Windows color (decimal): -16756093 or 8606208. OLE color: 8606208.

HSL color Cylindrical-coordinate representation of color #005283: hue angle of 202.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005283 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB082131-
CMYK10.3700.49
HSL202.44º100%25.69%-
HSV(B)202.44º100%51.37%-
XYZ7.117.6722.58-
YUV63.07166.3383.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=0%
G=38.50%
B=61.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal08213110.3700.49202.4410025.69
Hex052836425031ca641a
Octal01222031444506131214432
Binary01010010100000111100100100101011000111001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005283; }

 p { color: rgb(0,82,131); }

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

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

 a { background-color: rgb(0,82,131); }

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

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

 span { border-color: rgb(0,82,131); }

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