Html Css Color HEX #08317B Sapphire

📋 copy color: '#08317B'

red 8 ◦ green 49 ◦ blue 123

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

Shades of Sapphire #08317B

Tints of Sapphire #08317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 123 (48.44% from 255) = 68.33%

R = 4.44%
G = 27.22%
B = 68.33%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08317B (or 0x08317B) is known color: Sapphire. HEX triplet: 08, 31 and 7B. RGB value is (8,49,123). Sum of RGB (Red+Green+Blue) = 8+49+123=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #08317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08317B is #F7CE84. Grayscale: #2C2C2C. Windows color (decimal): -16240261 or 8073480. OLE color: 8073480.

HSL color Cylindrical-coordinate representation of color #08317B: hue angle of 218.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08317B is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 49 123 -
CMYK 0.93 0.60 0 0.52
HSL 218.61º 0.88% 0.26% -
HSV(B) 218.61º 0.93% 0.48% -
XYZ 4.77 3.68 19.2 -
YUV 45.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 8 49 123 0.93 0.60 0 0.52 218.61 0.88 0.26
Hex 8 31 7B 5D 3C 0 34 DB 58 1A
Octal 10 61 173 135 74 0 64 333 130 32
Binary 1000 110001 1111011 1011101 111100 0 110100 11011011 1011000 11010

Color Harmonies of #08317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08317B

Black with #08317B

Text Example


Text Example

White with #08317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,49,123); }

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

background-color css

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

 a { background-color: rgb(8,49,123); }

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

border-color css

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

 span { border-color: rgb(8,49,123); }

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