Html Css Color HEX #082467 Sapphire

📋 copy color: '#082467'

red 8 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #082467

Tints of Sapphire #082467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 5.44%
G = 24.49%
B = 70.07%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082467 (or 0x082467) is known color: Sapphire. HEX triplet: 08, 24 and 67. RGB value is (8,36,103). Sum of RGB (Red+Green+Blue) = 8+36+103=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #082467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082467 is #F7DB98. Grayscale: #222222. Windows color (decimal): -16243609 or 6759432. OLE color: 6759432.

HSL color Cylindrical-coordinate representation of color #082467: hue angle of 222.32º 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 #082467 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 36 103 -
CMYK 0.92 0.65 0 0.60
HSL 222.32º 0.86% 0.22% -
HSV(B) 222.32º 0.92% 0.4% -
XYZ 3.18 2.29 13.11 -
YUV 35.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 8 36 103 0.92 0.65 0 0.60 222.32 0.86 0.22
Hex 8 24 67 5C 41 0 3C DE 56 16
Octal 10 44 147 134 101 0 74 336 126 26
Binary 1000 100100 1100111 1011100 1000001 0 111100 11011110 1010110 10110

Color Harmonies of #082467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082467

Black with #082467

Text Example


Text Example

White with #082467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082467; }

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

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

background-color css

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

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

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

border-color css

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

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

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