Html Css Color HEX #083E7A Dark Cerulean

📋 copy color: '#083E7A'

red 8 ◦ green 62 ◦ blue 122

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

Shades of Dark Cerulean #083E7A

Tints of Dark Cerulean #083E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 63.54%

R = 4.17%
G = 32.29%
B = 63.54%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#083E7A (or 0x083E7A) is known color: Dark Cerulean. HEX triplet: 08, 3E and 7A. RGB value is (8,62,122). Sum of RGB (Red+Green+Blue) = 8+62+122=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #083E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E7A is #F7C185. Grayscale: #343434. Windows color (decimal): -16236934 or 8011272. OLE color: 8011272.

HSL color Cylindrical-coordinate representation of color #083E7A: hue angle of 211.58º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E7A is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 62 122 -
CMYK 0.93 0.49 0 0.52
HSL 211.58º 0.88% 0.25% -
HSV(B) 211.58º 0.93% 0.48% -
XYZ 5.34 4.9 19.08 -
YUV 52.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 8 62 122 0.93 0.49 0 0.52 211.58 0.88 0.25
Hex 8 3E 7A 5D 31 0 34 D4 58 19
Octal 10 76 172 135 61 0 64 324 130 31
Binary 1000 111110 1111010 1011101 110001 0 110100 11010100 1011000 11001

Color Harmonies of #083E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E7A

Black with #083E7A

Text Example


Text Example

White with #083E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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