Html Css Color HEX #083A82 Dark Cerulean

📋 copy color: '#083A82'

red 8 ◦ green 58 ◦ blue 130

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

Shades of Dark Cerulean #083A82

Tints of Dark Cerulean #083A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 4.08%
G = 29.59%
B = 66.33%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083A82 (or 0x083A82) is known color: Dark Cerulean. HEX triplet: 08, 3A and 82. RGB value is (8,58,130). Sum of RGB (Red+Green+Blue) = 8+58+130=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #083A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A82 is #F7C57D. Grayscale: #323232. Windows color (decimal): -16237950 or 8534536. OLE color: 8534536.

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

Color convert

RGB 8 58 130 -
CMYK 0.94 0.55 0 0.49
HSL 215.41º 0.88% 0.27% -
HSV(B) 215.41º 0.94% 0.51% -
XYZ 5.64 4.69 21.73 -
YUV 51.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 8 58 130 0.94 0.55 0 0.49 215.41 0.88 0.27
Hex 8 3A 82 5E 37 0 31 D7 58 1B
Octal 10 72 202 136 67 0 61 327 130 33
Binary 1000 111010 10000010 1011110 110111 0 110001 11010111 1011000 11011

Color Harmonies of #083A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A82

Black with #083A82

Text Example


Text Example

White with #083A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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