Html Css Color HEX #084380 Dark Cerulean

📋 copy color: '#084380'

red 8 ◦ green 67 ◦ blue 128

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

Shades of Dark Cerulean #084380

Tints of Dark Cerulean #084380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 3.94%
G = 33%
B = 63.05%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#084380 (or 0x084380) is known color: Dark Cerulean. HEX triplet: 08, 43 and 80. RGB value is (8,67,128). Sum of RGB (Red+Green+Blue) = 8+67+128=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #084380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084380 is #F7BC7F. Grayscale: #383838. Windows color (decimal): -16235648 or 8405768. OLE color: 8405768.

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

Color convert

RGB 8 67 128 -
CMYK 0.94 0.48 0 0.50
HSL 210.5º 0.88% 0.27% -
HSV(B) 210.5º 0.94% 0.5% -
XYZ 6 5.62 21.19 -
YUV 56.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 8 67 128 0.94 0.48 0 0.50 210.5 0.88 0.27
Hex 8 43 80 5E 30 0 32 D2 58 1B
Octal 10 103 200 136 60 0 62 322 130 33
Binary 1000 1000011 10000000 1011110 110000 0 110010 11010010 1011000 11011

Color Harmonies of #084380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084380

Black with #084380

Text Example


Text Example

White with #084380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084380; }

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

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

background-color css

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

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

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

border-color css

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

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

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