Html Css Color HEX #08285B Sapphire

📋 copy color: '#08285B'

red 8 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #08285B

Tints of Sapphire #08285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 5.76%
G = 28.78%
B = 65.47%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08285B (or 0x08285B) is known color: Sapphire. HEX triplet: 08, 28 and 5B. RGB value is (8,40,91). Sum of RGB (Red+Green+Blue) = 8+40+91=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #08285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08285B is #F7D7A4. Grayscale: #242424. Windows color (decimal): -16242597 or 5974024. OLE color: 5974024.

HSL color Cylindrical-coordinate representation of color #08285B: hue angle of 216.87º 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 #08285B is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 40 91 -
CMYK 0.91 0.56 0 0.64
HSL 216.87º 0.84% 0.19% -
HSV(B) 216.87º 0.91% 0.36% -
XYZ 2.75 2.32 10.2 -
YUV 36.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 8 40 91 0.91 0.56 0 0.64 216.87 0.84 0.19
Hex 8 28 5B 5B 38 0 40 D9 54 13
Octal 10 50 133 133 70 0 100 331 124 23
Binary 1000 101000 1011011 1011011 111000 0 1000000 11011001 1010100 10011

Color Harmonies of #08285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08285B

Black with #08285B

Text Example


Text Example

White with #08285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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