Html Css Color HEX #003685 Dark Cerulean

📋 copy color: '#003685'

red 0 ◦ green 54 ◦ blue 133

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

Shades of Dark Cerulean #003685

Tints of Dark Cerulean #003685

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 54 (21.48% from 255) = 28.88%

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 0%
G = 28.88%
B = 71.12%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003685 (or 0x003685) is known color: Dark Cerulean. HEX triplet: 00, 36 and 85. RGB value is (0,54,133). Sum of RGB (Red+Green+Blue) = 0+54+133=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #003685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003685 is #FFC97A. Grayscale: #2E2E2E. Windows color (decimal): -16763259 or 8730112. OLE color: 8730112.

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

Color convert

RGB 0 54 133 -
CMYK 1 0.59 0 0.48
HSL 215.64º 1% 0.26% -
HSV(B) 215.64º 1% 0.52% -
XYZ 5.55 4.33 22.73 -
YUV 46.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 0 54 133 1 0.59 0 0.48 215.64 1 0.26
Hex 0 36 85 64 3B 0 30 D8 64 1A
Octal 0 66 205 144 73 0 60 330 144 32
Binary 0 110110 10000101 1100100 111011 0 110000 11011000 1100100 11010

Color Harmonies of #003685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003685

Black with #003685

Text Example


Text Example

White with #003685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003685; }

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

 H1.HeaderClassName
 {
   color: #003685;
 }
 .AnyTagClassName
 {
   color: #003685;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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