Html Css Color HEX #082F6B Sapphire

📋 copy color: '#082F6B'

red 8 ◦ green 47 ◦ blue 107

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

Shades of Sapphire #082F6B

Tints of Sapphire #082F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 4.94%
G = 29.01%
B = 66.05%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#082F6B (or 0x082F6B) is known color: Sapphire. HEX triplet: 08, 2F and 6B. RGB value is (8,47,107). Sum of RGB (Red+Green+Blue) = 8+47+107=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #082F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F6B is #F7D094. Grayscale: #292929. Windows color (decimal): -16240789 or 7024392. OLE color: 7024392.

HSL color Cylindrical-coordinate representation of color #082F6B: hue angle of 216.36º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082F6B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 47 107 -
CMYK 0.93 0.56 0 0.58
HSL 216.36º 0.86% 0.23% -
HSV(B) 216.36º 0.93% 0.42% -
XYZ 3.77 3.15 14.32 -
YUV 42.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 8 47 107 0.93 0.56 0 0.58 216.36 0.86 0.23
Hex 8 2F 6B 5D 38 0 3A D8 56 17
Octal 10 57 153 135 70 0 72 330 126 27
Binary 1000 101111 1101011 1011101 111000 0 111010 11011000 1010110 10111

Color Harmonies of #082F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F6B

Black with #082F6B

Text Example


Text Example

White with #082F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,47,107); }

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

background-color css

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

 a { background-color: rgb(8,47,107); }

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

border-color css

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

 span { border-color: rgb(8,47,107); }

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