Html Css Color HEX #004585 Dark Cerulean

📋 copy color: '#004585'

red 0 ◦ green 69 ◦ blue 133

#004585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #004585

Tints of Dark Cerulean #004585

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 value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#004585 (or 0x004585) is known color: 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

RGB 0 69 133 -
CMYK 1 0.48 0 0.48
HSL 208.87º 1% 0.26% -
HSV(B) 208.87º 1% 0.52% -
XYZ 6.36 5.95 23 -
YUV 55.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 0 69 133 1 0.48 0 0.48 208.87 1 0.26
Hex 0 45 85 64 30 0 30 D1 64 1A
Octal 0 105 205 144 60 0 60 321 144 32
Binary 0 1000101 10000101 1100100 110000 0 110000 11010001 1100100 11010

Color Harmonies of #004585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004585

Black with #004585

Text Example


Text Example

White with #004585

Text Example


Text Example

HTML Codes & Css Web 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>