Html Css Color HEX #084B68 Dark Cerulean

📋 copy color: '#084B68'

red 8 ◦ green 75 ◦ blue 104

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

Shades of Dark Cerulean #084B68

Tints of Dark Cerulean #084B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 4.28%
G = 40.11%
B = 55.61%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084B68 (or 0x084B68) is known color: Dark Cerulean. HEX triplet: 08, 4B and 68. RGB value is (8,75,104). Sum of RGB (Red+Green+Blue) = 8+75+104=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #084B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B68 is #F7B497. Grayscale: #3A3A3A. Windows color (decimal): -16233624 or 6834952. OLE color: 6834952.

HSL color Cylindrical-coordinate representation of color #084B68: hue angle of 198.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084B68 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 75 104 -
CMYK 0.92 0.28 0 0.59
HSL 198.13º 0.86% 0.22% -
HSV(B) 198.13º 0.92% 0.41% -
XYZ 5.11 6.08 14 -
YUV 58.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 8 75 104 0.92 0.28 0 0.59 198.13 0.86 0.22
Hex 8 4B 68 5C 1C 0 3B C6 56 16
Octal 10 113 150 134 34 0 73 306 126 26
Binary 1000 1001011 1101000 1011100 11100 0 111011 11000110 1010110 10110

Color Harmonies of #084B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B68

Black with #084B68

Text Example


Text Example

White with #084B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,75,104); }

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

background-color css

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

 a { background-color: rgb(8,75,104); }

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

border-color css

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

 span { border-color: rgb(8,75,104); }

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