Html Css Color HEX #084893 Dark Cerulean

📋 copy color: '#084893'

red 8 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #084893

Tints of Dark Cerulean #084893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 3.52%
G = 31.72%
B = 64.76%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084893 (or 0x084893) is known color: Dark Cerulean. HEX triplet: 08, 48 and 93. RGB value is (8,72,147). Sum of RGB (Red+Green+Blue) = 8+72+147=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #084893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084893 is #F7B76C. Grayscale: #3D3D3D. Windows color (decimal): -16234349 or 9652232. OLE color: 9652232.

HSL color Cylindrical-coordinate representation of color #084893: hue angle of 212.37º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084893 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 72 147 -
CMYK 0.95 0.51 0 0.42
HSL 212.37º 0.9% 0.3% -
HSV(B) 212.37º 0.95% 0.58% -
XYZ 7.68 6.79 28.51 -
YUV 61.41 176.3 89.9 -
System Red Green Blue C M Y K H S L
Decimal 8 72 147 0.95 0.51 0 0.42 212.37 0.9 0.3
Hex 8 48 93 5F 33 0 2A D4 5A 1E
Octal 10 110 223 137 63 0 52 324 132 36
Binary 1000 1001000 10010011 1011111 110011 0 101010 11010100 1011010 11110

Color Harmonies of #084893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084893

Black with #084893

Text Example


Text Example

White with #084893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084893; }

 p { color: rgb(8,72,147); }

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

background-color css

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

 a { background-color: rgb(8,72,147); }

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

border-color css

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

 span { border-color: rgb(8,72,147); }

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