Html Css Color HEX #08285D Sapphire

📋 copy color: '#08285D'

red 8 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #08285D

Tints of Sapphire #08285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.96%

R = 5.67%
G = 28.37%
B = 65.96%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08285D (or 0x08285D) is known color: Sapphire. HEX triplet: 08, 28 and 5D. RGB value is (8,40,93). Sum of RGB (Red+Green+Blue) = 8+40+93=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #08285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08285D is #F7D7A2. Grayscale: #242424. Windows color (decimal): -16242595 or 6105096. OLE color: 6105096.

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

Color convert

RGB 8 40 93 -
CMYK 0.91 0.57 0 0.64
HSL 217.41º 0.84% 0.2% -
HSV(B) 217.41º 0.91% 0.36% -
XYZ 2.83 2.36 10.66 -
YUV 36.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 8 40 93 0.91 0.57 0 0.64 217.41 0.84 0.2
Hex 8 28 5D 5B 39 0 40 D9 54 14
Octal 10 50 135 133 71 0 100 331 124 24
Binary 1000 101000 1011101 1011011 111001 0 1000000 11011001 1010100 10100

Color Harmonies of #08285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08285D

Black with #08285D

Text Example


Text Example

White with #08285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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