Html Css Color HEX #083780 Dark Cerulean

📋 copy color: '#083780'

red 8 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #083780

Tints of Dark Cerulean #083780

RGB

 RED value IS 8 (3.52% from 255) = 4.19%

 GREEN value IS 55 (21.88% from 255) = 28.8%

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

R = 4.19%
G = 28.8%
B = 67.02%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#083780 (or 0x083780) is known color: Dark Cerulean. HEX triplet: 08, 37 and 80. RGB value is (8,55,128). Sum of RGB (Red+Green+Blue) = 8+55+128=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #083780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083780 is #F7C87F. Grayscale: #303030. Windows color (decimal): -16238720 or 8402696. OLE color: 8402696.

HSL color Cylindrical-coordinate representation of color #083780: hue angle of 216.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083780 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 55 128 -
CMYK 0.94 0.57 0 0.50
HSL 216.5º 0.88% 0.27% -
HSV(B) 216.5º 0.94% 0.5% -
XYZ 5.36 4.34 20.98 -
YUV 49.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 8 55 128 0.94 0.57 0 0.50 216.5 0.88 0.27
Hex 8 37 80 5E 39 0 32 D8 58 1B
Octal 10 67 200 136 71 0 62 330 130 33
Binary 1000 110111 10000000 1011110 111001 0 110010 11011000 1011000 11011

Color Harmonies of #083780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083780

Black with #083780

Text Example


Text Example

White with #083780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083780; }

 p { color: rgb(8,55,128); }

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

background-color css

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

 a { background-color: rgb(8,55,128); }

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

border-color css

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

 span { border-color: rgb(8,55,128); }

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