Html Css Color HEX #08307A Sapphire

📋 copy color: '#08307A'

red 8 ◦ green 48 ◦ blue 122

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

Shades of Sapphire #08307A

Tints of Sapphire #08307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 68.54%

R = 4.49%
G = 26.97%
B = 68.54%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08307A (or 0x08307A) is known color: Sapphire. HEX triplet: 08, 30 and 7A. RGB value is (8,48,122). Sum of RGB (Red+Green+Blue) = 8+48+122=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #08307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08307A is #F7CF85. Grayscale: #2C2C2C. Windows color (decimal): -16240518 or 8007688. OLE color: 8007688.

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

Color convert

RGB 8 48 122 -
CMYK 0.93 0.61 0 0.52
HSL 218.95º 0.88% 0.25% -
HSV(B) 218.95º 0.93% 0.48% -
XYZ 4.67 3.57 18.86 -
YUV 44.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 8 48 122 0.93 0.61 0 0.52 218.95 0.88 0.25
Hex 8 30 7A 5D 3D 0 34 DB 58 19
Octal 10 60 172 135 75 0 64 333 130 31
Binary 1000 110000 1111010 1011101 111101 0 110100 11011011 1011000 11001

Color Harmonies of #08307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08307A

Black with #08307A

Text Example


Text Example

White with #08307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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