#004585

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

Shades of Dark Cerulean #004585

Tints of Dark Cerulean #004585

Color information

#004585 (or 0x004585) is unknown color: approx Dark Cerulean. HEX triplet: 00, 45 and 85. RGB value is (0,69,133). Sum of RGB (Red+Green+Blue) = 0+69+133=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #004585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004585 is #FFBA7A. Grayscale: #373737. Windows color (decimal): -16759419 or 8733952. OLE color: 8733952.

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

Color convert

RGB069133-
CMYK10.4800.48
HSL208.87º100%26.08%-
HSV(B)208.87º100%52.16%-
XYZ6.365.9523-
YUV55.66171.6488.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=0%
G=34.16%
B=65.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal06913310.4800.48208.8710026.08
Hex045856430030d1641a
Octal01052051446006032114432
Binary01000101100001011100100110000011000011010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004585; }

 p { color: rgb(0,69,133); }

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

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

 a { background-color: rgb(0,69,133); }

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

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

 span { border-color: rgb(0,69,133); }

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