Html Css Color HEX #08295C Sapphire

📋 copy color: '#08295C'

red 8 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #08295C

Tints of Sapphire #08295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 5.67%
G = 29.08%
B = 65.25%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08295C (or 0x08295C) is known color: Sapphire. HEX triplet: 08, 29 and 5C. RGB value is (8,41,92). Sum of RGB (Red+Green+Blue) = 8+41+92=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #08295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08295C is #F7D6A3. Grayscale: #242424. Windows color (decimal): -16242340 or 6039816. OLE color: 6039816.

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

Color convert

RGB 8 41 92 -
CMYK 0.91 0.55 0 0.64
HSL 216.43º 0.84% 0.2% -
HSV(B) 216.43º 0.91% 0.36% -
XYZ 2.82 2.41 10.44 -
YUV 36.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 8 41 92 0.91 0.55 0 0.64 216.43 0.84 0.2
Hex 8 29 5C 5B 37 0 40 D8 54 14
Octal 10 51 134 133 67 0 100 330 124 24
Binary 1000 101001 1011100 1011011 110111 0 1000000 11011000 1010100 10100

Color Harmonies of #08295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08295C

Black with #08295C

Text Example


Text Example

White with #08295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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