Html Css Color HEX #003880 Dark Cerulean

📋 copy color: '#003880'

red 0 ◦ green 56 ◦ blue 128

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

Shades of Dark Cerulean #003880

Tints of Dark Cerulean #003880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.43%

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

R = 0%
G = 30.43%
B = 69.57%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#003880 (or 0x003880) is known color: Dark Cerulean. HEX triplet: 00, 38 and 80. RGB value is (0,56,128). Sum of RGB (Red+Green+Blue) = 0+56+128=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #003880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003880 is #FFC77F. Grayscale: #2F2F2F. Windows color (decimal): -16762752 or 8402944. OLE color: 8402944.

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

Color convert

RGB 0 56 128 -
CMYK 1 0.56 0 0.50
HSL 213.75º 1% 0.25% -
HSV(B) 213.75º 1% 0.5% -
XYZ 5.31 4.39 20.99 -
YUV 47.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 0 56 128 1 0.56 0 0.50 213.75 1 0.25
Hex 0 38 80 64 38 0 32 D6 64 19
Octal 0 70 200 144 70 0 62 326 144 31
Binary 0 111000 10000000 1100100 111000 0 110010 11010110 1100100 11001

Color Harmonies of #003880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003880

Black with #003880

Text Example


Text Example

White with #003880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003880; }

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

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

background-color css

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

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

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

border-color css

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

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

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