Html Css Color HEX #085294 Dark Cerulean

📋 copy color: '#085294'

red 8 ◦ green 82 ◦ blue 148

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

Shades of Dark Cerulean #085294

Tints of Dark Cerulean #085294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 3.36%
G = 34.45%
B = 62.18%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085294 (or 0x085294) is known color: Dark Cerulean. HEX triplet: 08, 52 and 94. RGB value is (8,82,148). Sum of RGB (Red+Green+Blue) = 8+82+148=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #085294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085294 is #F7AD6B. Grayscale: #434343. Windows color (decimal): -16231788 or 9720328. OLE color: 9720328.

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

Color convert

RGB 8 82 148 -
CMYK 0.95 0.45 0 0.42
HSL 208.29º 0.9% 0.31% -
HSV(B) 208.29º 0.95% 0.58% -
XYZ 8.46 8.22 29.16 -
YUV 67.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 8 82 148 0.95 0.45 0 0.42 208.29 0.9 0.31
Hex 8 52 94 5F 2D 0 2A D0 5A 1F
Octal 10 122 224 137 55 0 52 320 132 37
Binary 1000 1010010 10010100 1011111 101101 0 101010 11010000 1011010 11111

Color Harmonies of #085294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085294

Black with #085294

Text Example


Text Example

White with #085294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085294; }

 p { color: rgb(8,82,148); }

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

background-color css

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

 a { background-color: rgb(8,82,148); }

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

border-color css

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

 span { border-color: rgb(8,82,148); }

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