Html Css Color HEX #083E8D Dark Cerulean

📋 copy color: '#083E8D'

red 8 ◦ green 62 ◦ blue 141

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

Shades of Dark Cerulean #083E8D

Tints of Dark Cerulean #083E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 3.79%
G = 29.38%
B = 66.82%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#083E8D (or 0x083E8D) is known color: Dark Cerulean. HEX triplet: 08, 3E and 8D. RGB value is (8,62,141). Sum of RGB (Red+Green+Blue) = 8+62+141=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #083E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083E8D is #F7C172. Grayscale: #363636. Windows color (decimal): -16236915 or 9256456. OLE color: 9256456.

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

Color convert

RGB 8 62 141 -
CMYK 0.94 0.56 0 0.45
HSL 215.64º 0.89% 0.29% -
HSV(B) 215.64º 0.94% 0.55% -
XYZ 6.63 5.42 25.9 -
YUV 54.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 8 62 141 0.94 0.56 0 0.45 215.64 0.89 0.29
Hex 8 3E 8D 5E 38 0 2D D8 59 1D
Octal 10 76 215 136 70 0 55 330 131 35
Binary 1000 111110 10001101 1011110 111000 0 101101 11011000 1011001 11101

Color Harmonies of #083E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E8D

Black with #083E8D

Text Example


Text Example

White with #083E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,141); }

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

background-color css

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

 a { background-color: rgb(8,62,141); }

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

border-color css

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

 span { border-color: rgb(8,62,141); }

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