Html Css Color HEX #08277A Sapphire

📋 copy color: '#08277A'

red 8 ◦ green 39 ◦ blue 122

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

Shades of Sapphire #08277A

Tints of Sapphire #08277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

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

R = 4.73%
G = 23.08%
B = 72.19%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08277A (or 0x08277A) is known color: Sapphire. HEX triplet: 08, 27 and 7A. RGB value is (8,39,122). Sum of RGB (Red+Green+Blue) = 8+39+122=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #08277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08277A is #F7D885. Grayscale: #262626. Windows color (decimal): -16242822 or 8005384. OLE color: 8005384.

HSL color Cylindrical-coordinate representation of color #08277A: hue angle of 223.68º 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 #08277A is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 39 122 -
CMYK 0.93 0.68 0 0.52
HSL 223.68º 0.88% 0.25% -
HSV(B) 223.68º 0.93% 0.48% -
XYZ 4.34 2.91 18.74 -
YUV 39.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 8 39 122 0.93 0.68 0 0.52 223.68 0.88 0.25
Hex 8 27 7A 5D 44 0 34 E0 58 19
Octal 10 47 172 135 104 0 64 340 130 31
Binary 1000 100111 1111010 1011101 1000100 0 110100 11100000 1011000 11001

Color Harmonies of #08277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08277A

Black with #08277A

Text Example


Text Example

White with #08277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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