Html Css Color HEX #082B7B Sapphire

📋 copy color: '#082B7B'

red 8 ◦ green 43 ◦ blue 123

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

Shades of Sapphire #082B7B

Tints of Sapphire #082B7B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

 BLUE value IS 123 (48.44% from 255) = 70.69%

R = 4.6%
G = 24.71%
B = 70.69%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#082B7B (or 0x082B7B) is known color: Sapphire. HEX triplet: 08, 2B and 7B. RGB value is (8,43,123). Sum of RGB (Red+Green+Blue) = 8+43+123=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #082B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B7B is #F7D484. Grayscale: #292929. Windows color (decimal): -16241797 or 8071944. OLE color: 8071944.

HSL color Cylindrical-coordinate representation of color #082B7B: hue angle of 221.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082B7B is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 43 123 -
CMYK 0.93 0.65 0 0.52
HSL 221.74º 0.88% 0.26% -
HSV(B) 221.74º 0.93% 0.48% -
XYZ 4.54 3.21 19.12 -
YUV 41.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 8 43 123 0.93 0.65 0 0.52 221.74 0.88 0.26
Hex 8 2B 7B 5D 41 0 34 DE 58 1A
Octal 10 53 173 135 101 0 64 336 130 32
Binary 1000 101011 1111011 1011101 1000001 0 110100 11011110 1011000 11010

Color Harmonies of #082B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B7B

Black with #082B7B

Text Example


Text Example

White with #082B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,123); }

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

background-color css

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

 a { background-color: rgb(8,43,123); }

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

border-color css

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

 span { border-color: rgb(8,43,123); }

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