Html Css Color HEX #084375 Dark Cerulean

📋 copy color: '#084375'

red 8 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #084375

Tints of Dark Cerulean #084375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 117 (46.09% from 255) = 60.94%

R = 4.17%
G = 34.9%
B = 60.94%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084375 (or 0x084375) is known color: Dark Cerulean. HEX triplet: 08, 43 and 75. RGB value is (8,67,117). Sum of RGB (Red+Green+Blue) = 8+67+117=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #084375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084375 is #F7BC8A. Grayscale: #363636. Windows color (decimal): -16235659 or 7684872. OLE color: 7684872.

HSL color Cylindrical-coordinate representation of color #084375: hue angle of 207.52º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084375 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 67 117 -
CMYK 0.93 0.43 0 0.54
HSL 207.52º 0.87% 0.25% -
HSV(B) 207.52º 0.93% 0.46% -
XYZ 5.32 5.35 17.58 -
YUV 55.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 8 67 117 0.93 0.43 0 0.54 207.52 0.87 0.25
Hex 8 43 75 5D 2B 0 36 D0 57 19
Octal 10 103 165 135 53 0 66 320 127 31
Binary 1000 1000011 1110101 1011101 101011 0 110110 11010000 1010111 11001

Color Harmonies of #084375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084375

Black with #084375

Text Example


Text Example

White with #084375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084375; }

 p { color: rgb(8,67,117); }

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

background-color css

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

 a { background-color: rgb(8,67,117); }

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

border-color css

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

 span { border-color: rgb(8,67,117); }

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