Html Css Color HEX #083A85 Dark Cerulean

📋 copy color: '#083A85'

red 8 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #083A85

Tints of Dark Cerulean #083A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 66.83%

R = 4.02%
G = 29.15%
B = 66.83%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#083A85 (or 0x083A85) is known color: Dark Cerulean. HEX triplet: 08, 3A and 85. RGB value is (8,58,133). Sum of RGB (Red+Green+Blue) = 8+58+133=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #083A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A85 is #F7C57A. Grayscale: #333333. Windows color (decimal): -16237947 or 8731144. OLE color: 8731144.

HSL color Cylindrical-coordinate representation of color #083A85: hue angle of 216º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A85 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 58 133 -
CMYK 0.94 0.56 0 0.48
HSL 216º 0.89% 0.28% -
HSV(B) 216º 0.94% 0.52% -
XYZ 5.85 4.77 22.8 -
YUV 51.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 8 58 133 0.94 0.56 0 0.48 216 0.89 0.28
Hex 8 3A 85 5E 38 0 30 D8 59 1C
Octal 10 72 205 136 70 0 60 330 131 34
Binary 1000 111010 10000101 1011110 111000 0 110000 11011000 1011001 11100

Color Harmonies of #083A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A85

Black with #083A85

Text Example


Text Example

White with #083A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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