Html Css Color HEX #082378 Sapphire

📋 copy color: '#082378'

red 8 ◦ green 35 ◦ blue 120

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

Shades of Sapphire #082378

Tints of Sapphire #082378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 4.91%
G = 21.47%
B = 73.62%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082378 (or 0x082378) is known color: Sapphire. HEX triplet: 08, 23 and 78. RGB value is (8,35,120). Sum of RGB (Red+Green+Blue) = 8+35+120=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #082378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082378 is #F7DC87. Grayscale: #242424. Windows color (decimal): -16243848 or 7873288. OLE color: 7873288.

HSL color Cylindrical-coordinate representation of color #082378: hue angle of 225.54º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082378 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 35 120 -
CMYK 0.93 0.71 0 0.53
HSL 225.54º 0.88% 0.25% -
HSV(B) 225.54º 0.93% 0.47% -
XYZ 4.09 2.61 18.06 -
YUV 36.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 8 35 120 0.93 0.71 0 0.53 225.54 0.88 0.25
Hex 8 23 78 5D 47 0 35 E2 58 19
Octal 10 43 170 135 107 0 65 342 130 31
Binary 1000 100011 1111000 1011101 1000111 0 110101 11100010 1011000 11001

Color Harmonies of #082378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082378

Black with #082378

Text Example


Text Example

White with #082378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082378; }

 p { color: rgb(8,35,120); }

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

background-color css

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

 a { background-color: rgb(8,35,120); }

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

border-color css

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

 span { border-color: rgb(8,35,120); }

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