Html Css Color HEX #084382 Dark Cerulean

📋 copy color: '#084382'

red 8 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #084382

Tints of Dark Cerulean #084382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.41%

R = 3.9%
G = 32.68%
B = 63.41%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084382 (or 0x084382) is known color: Dark Cerulean. HEX triplet: 08, 43 and 82. RGB value is (8,67,130). Sum of RGB (Red+Green+Blue) = 8+67+130=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #084382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084382 is #F7BC7D. Grayscale: #383838. Windows color (decimal): -16235646 or 8536840. OLE color: 8536840.

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

Color convert

RGB 8 67 130 -
CMYK 0.94 0.48 0 0.49
HSL 210.98º 0.88% 0.27% -
HSV(B) 210.98º 0.94% 0.51% -
XYZ 6.14 5.68 21.89 -
YUV 56.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 8 67 130 0.94 0.48 0 0.49 210.98 0.88 0.27
Hex 8 43 82 5E 30 0 31 D3 58 1B
Octal 10 103 202 136 60 0 61 323 130 33
Binary 1000 1000011 10000010 1011110 110000 0 110001 11010011 1011000 11011

Color Harmonies of #084382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084382

Black with #084382

Text Example


Text Example

White with #084382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084382; }

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

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

background-color css

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

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

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

border-color css

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

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

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