Html Css Color HEX #082667 Sapphire

📋 copy color: '#082667'

red 8 ◦ green 38 ◦ blue 103

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

Shades of Sapphire #082667

Tints of Sapphire #082667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

 BLUE value IS 103 (40.63% from 255) = 69.13%

R = 5.37%
G = 25.5%
B = 69.13%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082667 (or 0x082667) is known color: Sapphire. HEX triplet: 08, 26 and 67. RGB value is (8,38,103). Sum of RGB (Red+Green+Blue) = 8+38+103=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #082667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082667 is #F7D998. Grayscale: #242424. Windows color (decimal): -16243097 or 6759944. OLE color: 6759944.

HSL color Cylindrical-coordinate representation of color #082667: hue angle of 221.05º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082667 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 38 103 -
CMYK 0.92 0.63 0 0.60
HSL 221.05º 0.86% 0.22% -
HSV(B) 221.05º 0.92% 0.4% -
XYZ 3.24 2.42 13.13 -
YUV 36.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 8 38 103 0.92 0.63 0 0.60 221.05 0.86 0.22
Hex 8 26 67 5C 3F 0 3C DD 56 16
Octal 10 46 147 134 77 0 74 335 126 26
Binary 1000 100110 1100111 1011100 111111 0 111100 11011101 1010110 10110

Color Harmonies of #082667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082667

Black with #082667

Text Example


Text Example

White with #082667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082667; }

 p { color: rgb(8,38,103); }

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

background-color css

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

 a { background-color: rgb(8,38,103); }

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

border-color css

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

 span { border-color: rgb(8,38,103); }

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