Html Css Color HEX #082C74 Sapphire

📋 copy color: '#082C74'

red 8 ◦ green 44 ◦ blue 116

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

Shades of Sapphire #082C74

Tints of Sapphire #082C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.19%

 BLUE value IS 116 (45.7% from 255) = 69.05%

R = 4.76%
G = 26.19%
B = 69.05%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082C74 (or 0x082C74) is known color: Sapphire. HEX triplet: 08, 2C and 74. RGB value is (8,44,116). Sum of RGB (Red+Green+Blue) = 8+44+116=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #082C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C74 is #F7D38B. Grayscale: #292929. Windows color (decimal): -16241548 or 7613448. OLE color: 7613448.

HSL color Cylindrical-coordinate representation of color #082C74: hue angle of 220º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082C74 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 44 116 -
CMYK 0.93 0.62 0 0.55
HSL 220º 0.87% 0.24% -
HSV(B) 220º 0.93% 0.45% -
XYZ 4.15 3.11 16.91 -
YUV 41.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 8 44 116 0.93 0.62 0 0.55 220 0.87 0.24
Hex 8 2C 74 5D 3E 0 37 DC 57 18
Octal 10 54 164 135 76 0 67 334 127 30
Binary 1000 101100 1110100 1011101 111110 0 110111 11011100 1010111 11000

Color Harmonies of #082C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C74

Black with #082C74

Text Example


Text Example

White with #082C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082C74; }

 p { color: rgb(8,44,116); }

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

background-color css

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

 a { background-color: rgb(8,44,116); }

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

border-color css

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

 span { border-color: rgb(8,44,116); }

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