Html Css Color HEX #084E8B Dark Cerulean

📋 copy color: '#084E8B'

red 8 ◦ green 78 ◦ blue 139

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

Shades of Dark Cerulean #084E8B

Tints of Dark Cerulean #084E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.67%

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 3.56%
G = 34.67%
B = 61.78%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#084E8B (or 0x084E8B) is known color: Dark Cerulean. HEX triplet: 08, 4E and 8B. RGB value is (8,78,139). Sum of RGB (Red+Green+Blue) = 8+78+139=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #084E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E8B is #F7B174. Grayscale: #3F3F3F. Windows color (decimal): -16232821 or 9129480. OLE color: 9129480.

HSL color Cylindrical-coordinate representation of color #084E8B: hue angle of 207.94º 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 #084E8B is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 78 139 -
CMYK 0.94 0.44 0 0.45
HSL 207.94º 0.89% 0.29% -
HSV(B) 207.94º 0.94% 0.55% -
XYZ 7.48 7.36 25.45 -
YUV 64.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 8 78 139 0.94 0.44 0 0.45 207.94 0.89 0.29
Hex 8 4E 8B 5E 2C 0 2D D0 59 1D
Octal 10 116 213 136 54 0 55 320 131 35
Binary 1000 1001110 10001011 1011110 101100 0 101101 11010000 1011001 11101

Color Harmonies of #084E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E8B

Black with #084E8B

Text Example


Text Example

White with #084E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084E8B; }

 p { color: rgb(8,78,139); }

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

background-color css

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

 a { background-color: rgb(8,78,139); }

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

border-color css

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

 span { border-color: rgb(8,78,139); }

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