Html Css Color HEX #083982 Dark Cerulean

📋 copy color: '#083982'

red 8 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #083982

Tints of Dark Cerulean #083982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

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

R = 4.1%
G = 29.23%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083982 (or 0x083982) is known color: Dark Cerulean. HEX triplet: 08, 39 and 82. RGB value is (8,57,130). Sum of RGB (Red+Green+Blue) = 8+57+130=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #083982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083982 is #F7C67D. Grayscale: #323232. Windows color (decimal): -16238206 or 8534280. OLE color: 8534280.

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

Color convert

RGB 8 57 130 -
CMYK 0.94 0.56 0 0.49
HSL 215.9º 0.88% 0.27% -
HSV(B) 215.9º 0.94% 0.51% -
XYZ 5.59 4.59 21.71 -
YUV 50.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 8 57 130 0.94 0.56 0 0.49 215.9 0.88 0.27
Hex 8 39 82 5E 38 0 31 D8 58 1B
Octal 10 71 202 136 70 0 61 330 130 33
Binary 1000 111001 10000010 1011110 111000 0 110001 11011000 1011000 11011

Color Harmonies of #083982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083982

Black with #083982

Text Example


Text Example

White with #083982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083982; }

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

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

background-color css

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

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

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

border-color css

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

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

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