Html Css Color HEX #08307D Sapphire

📋 copy color: '#08307D'

red 8 ◦ green 48 ◦ blue 125

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

Shades of Sapphire #08307D

Tints of Sapphire #08307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

 BLUE value IS 125 (49.22% from 255) = 69.06%

R = 4.42%
G = 26.52%
B = 69.06%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08307D (or 0x08307D) is known color: Sapphire. HEX triplet: 08, 30 and 7D. RGB value is (8,48,125). Sum of RGB (Red+Green+Blue) = 8+48+125=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #08307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08307D is #F7CF82. Grayscale: #2C2C2C. Windows color (decimal): -16240515 or 8204296. OLE color: 8204296.

HSL color Cylindrical-coordinate representation of color #08307D: hue angle of 219.49º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08307D is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 48 125 -
CMYK 0.94 0.62 0 0.51
HSL 219.49º 0.88% 0.26% -
HSV(B) 219.49º 0.94% 0.49% -
XYZ 4.86 3.65 19.85 -
YUV 44.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 8 48 125 0.94 0.62 0 0.51 219.49 0.88 0.26
Hex 8 30 7D 5E 3E 0 33 DB 58 1A
Octal 10 60 175 136 76 0 63 333 130 32
Binary 1000 110000 1111101 1011110 111110 0 110011 11011011 1011000 11010

Color Harmonies of #08307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08307D

Black with #08307D

Text Example


Text Example

White with #08307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,48,125); }

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

background-color css

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

 a { background-color: rgb(8,48,125); }

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

border-color css

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

 span { border-color: rgb(8,48,125); }

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