#004385

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

Shades of Dark Cerulean #004385

Tints of Dark Cerulean #004385

Color information

#004385 (or 0x004385) is unknown color: approx Dark Cerulean. HEX triplet: 00, 43 and 85. RGB value is (0,67,133). Sum of RGB (Red+Green+Blue) = 0+67+133=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #004385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004385 is #FFBC7A. Grayscale: #363636. Windows color (decimal): -16759931 or 8733440. OLE color: 8733440.

HSL color Cylindrical-coordinate representation of color #004385: hue angle of 209.77º 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 #004385 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB067133-
CMYK10.5000.48
HSL209.77º100%26.08%-
HSV(B)209.77º100%52.16%-
XYZ6.245.7122.96-
YUV54.49172.389.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 133 (52.34% from 255) = 66.5%
R=0%
G=33.5%
B=66.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal06713310.5000.48209.7710026.08
Hex043856432030d2641a
Octal01032051446206032214432
Binary01000011100001011100100110010011000011010010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004385; }

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

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

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

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

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

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

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

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