Html Css Color HEX #003680 Dark Cerulean

📋 copy color: '#003680'

red 0 ◦ green 54 ◦ blue 128

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

Shades of Dark Cerulean #003680

Tints of Dark Cerulean #003680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 70.33%

R = 0%
G = 29.67%
B = 70.33%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#003680 (or 0x003680) is known color: Dark Cerulean. HEX triplet: 00, 36 and 80. RGB value is (0,54,128). Sum of RGB (Red+Green+Blue) = 0+54+128=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #003680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003680 is #FFC97F. Grayscale: #2D2D2D. Windows color (decimal): -16763264 or 8402432. OLE color: 8402432.

HSL color Cylindrical-coordinate representation of color #003680: hue angle of 214.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003680 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 54 128 -
CMYK 1 0.58 0 0.50
HSL 214.69º 1% 0.25% -
HSV(B) 214.69º 1% 0.5% -
XYZ 5.22 4.2 20.96 -
YUV 46.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 0 54 128 1 0.58 0 0.50 214.69 1 0.25
Hex 0 36 80 64 3A 0 32 D7 64 19
Octal 0 66 200 144 72 0 62 327 144 31
Binary 0 110110 10000000 1100100 111010 0 110010 11010111 1100100 11001

Color Harmonies of #003680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003680

Black with #003680

Text Example


Text Example

White with #003680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003680; }

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

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

background-color css

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

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

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

border-color css

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

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

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