Html Css Color HEX #08295A Sapphire

📋 copy color: '#08295A'

red 8 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #08295A

Tints of Sapphire #08295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 5.76%
G = 29.5%
B = 64.75%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08295A (or 0x08295A) is known color: Sapphire. HEX triplet: 08, 29 and 5A. RGB value is (8,41,90). Sum of RGB (Red+Green+Blue) = 8+41+90=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #08295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08295A is #F7D6A5. Grayscale: #242424. Windows color (decimal): -16242342 or 5908744. OLE color: 5908744.

HSL color Cylindrical-coordinate representation of color #08295A: hue angle of 215.85º 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 #08295A is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 41 90 -
CMYK 0.91 0.54 0 0.65
HSL 215.85º 0.84% 0.19% -
HSV(B) 215.85º 0.91% 0.35% -
XYZ 2.74 2.38 9.99 -
YUV 36.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 8 41 90 0.91 0.54 0 0.65 215.85 0.84 0.19
Hex 8 29 5A 5B 36 0 41 D8 54 13
Octal 10 51 132 133 66 0 101 330 124 23
Binary 1000 101001 1011010 1011011 110110 0 1000001 11011000 1010100 10011

Color Harmonies of #08295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08295A

Black with #08295A

Text Example


Text Example

White with #08295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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