Html Css Color HEX #081C63 Sapphire

📋 copy color: '#081C63'

red 8 ◦ green 28 ◦ blue 99

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

Shades of Sapphire #081C63

Tints of Sapphire #081C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

 BLUE value IS 99 (39.06% from 255) = 73.33%

R = 5.93%
G = 20.74%
B = 73.33%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#081C63 (or 0x081C63) is known color: Sapphire. HEX triplet: 08, 1C and 63. RGB value is (8,28,99). Sum of RGB (Red+Green+Blue) = 8+28+99=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #081C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C63 is #F7E39C. Grayscale: #1D1D1D. Windows color (decimal): -16245661 or 6495240. OLE color: 6495240.

HSL color Cylindrical-coordinate representation of color #081C63: hue angle of 226.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081C63 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 28 99 -
CMYK 0.92 0.72 0 0.61
HSL 226.81º 0.85% 0.21% -
HSV(B) 226.81º 0.92% 0.39% -
XYZ 2.77 1.78 12 -
YUV 30.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 8 28 99 0.92 0.72 0 0.61 226.81 0.85 0.21
Hex 8 1C 63 5C 48 0 3D E3 55 15
Octal 10 34 143 134 110 0 75 343 125 25
Binary 1000 11100 1100011 1011100 1001000 0 111101 11100011 1010101 10101

Color Harmonies of #081C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C63

Black with #081C63

Text Example


Text Example

White with #081C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081C63; }

 p { color: rgb(8,28,99); }

 H1.HeaderClassName
 {
   color: #081C63;
 }
 .AnyTagClassName
 {
   color: #081C63;
 }
</style>

background-color css

<style>
 a { background-color: #081C63; }

 a { background-color: rgb(8,28,99); }

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

border-color css

<style>
 span { border-color: #081C63; }

 span { border-color: rgb(8,28,99); }

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