Html Css Color HEX #08255B Sapphire

📋 copy color: '#08255B'

red 8 ◦ green 37 ◦ blue 91

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

Shades of Sapphire #08255B

Tints of Sapphire #08255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 66.91%

R = 5.88%
G = 27.21%
B = 66.91%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08255B (or 0x08255B) is known color: Sapphire. HEX triplet: 08, 25 and 5B. RGB value is (8,37,91). Sum of RGB (Red+Green+Blue) = 8+37+91=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #08255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08255B is #F7DAA4. Grayscale: #222222. Windows color (decimal): -16243365 or 5973256. OLE color: 5973256.

HSL color Cylindrical-coordinate representation of color #08255B: hue angle of 219.04º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08255B is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 37 91 -
CMYK 0.91 0.59 0 0.64
HSL 219.04º 0.84% 0.19% -
HSV(B) 219.04º 0.91% 0.36% -
XYZ 2.65 2.13 10.17 -
YUV 34.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 8 37 91 0.91 0.59 0 0.64 219.04 0.84 0.19
Hex 8 25 5B 5B 3B 0 40 DB 54 13
Octal 10 45 133 133 73 0 100 333 124 23
Binary 1000 100101 1011011 1011011 111011 0 1000000 11011011 1010100 10011

Color Harmonies of #08255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08255B

Black with #08255B

Text Example


Text Example

White with #08255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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