Html Css Color HEX #08285A Sapphire

📋 copy color: '#08285A'

red 8 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #08285A

Tints of Sapphire #08285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 65.22%

R = 5.8%
G = 28.99%
B = 65.22%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08285A (or 0x08285A) is known color: Sapphire. HEX triplet: 08, 28 and 5A. RGB value is (8,40,90). Sum of RGB (Red+Green+Blue) = 8+40+90=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #08285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08285A is #F7D7A5. Grayscale: #232323. Windows color (decimal): -16242598 or 5908488. OLE color: 5908488.

HSL color Cylindrical-coordinate representation of color #08285A: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08285A is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 40 90 -
CMYK 0.91 0.56 0 0.65
HSL 216.59º 0.84% 0.19% -
HSV(B) 216.59º 0.91% 0.35% -
XYZ 2.7 2.31 9.98 -
YUV 36.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 8 40 90 0.91 0.56 0 0.65 216.59 0.84 0.19
Hex 8 28 5A 5B 38 0 41 D9 54 13
Octal 10 50 132 133 70 0 101 331 124 23
Binary 1000 101000 1011010 1011011 111000 0 1000001 11011001 1010100 10011

Color Harmonies of #08285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08285A

Black with #08285A

Text Example


Text Example

White with #08285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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