Html Css Color HEX #082567 Sapphire

📋 copy color: '#082567'

red 8 ◦ green 37 ◦ blue 103

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

Shades of Sapphire #082567

Tints of Sapphire #082567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25%

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

R = 5.41%
G = 25%
B = 69.59%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082567 (or 0x082567) is known color: Sapphire. HEX triplet: 08, 25 and 67. RGB value is (8,37,103). Sum of RGB (Red+Green+Blue) = 8+37+103=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #082567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082567 is #F7DA98. Grayscale: #232323. Windows color (decimal): -16243353 or 6759688. OLE color: 6759688.

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

Color convert

RGB 8 37 103 -
CMYK 0.92 0.64 0 0.60
HSL 221.68º 0.86% 0.22% -
HSV(B) 221.68º 0.92% 0.4% -
XYZ 3.21 2.35 13.12 -
YUV 35.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 8 37 103 0.92 0.64 0 0.60 221.68 0.86 0.22
Hex 8 25 67 5C 40 0 3C DE 56 16
Octal 10 45 147 134 100 0 74 336 126 26
Binary 1000 100101 1100111 1011100 1000000 0 111100 11011110 1010110 10110

Color Harmonies of #082567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082567

Black with #082567

Text Example


Text Example

White with #082567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082567; }

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

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

background-color css

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

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

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

border-color css

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

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

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