Html Css Color HEX #081053 Sapphire

📋 copy color: '#081053'

red 8 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #081053

Tints of Sapphire #081053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 83 (32.81% from 255) = 77.57%

R = 7.48%
G = 14.95%
B = 77.57%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081053 (or 0x081053) is known color: Sapphire. HEX triplet: 08, 10 and 53. RGB value is (8,16,83). Sum of RGB (Red+Green+Blue) = 8+16+83=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #081053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081053 is #F7EFAC. Grayscale: #141414. Windows color (decimal): -16248749 or 5443592. OLE color: 5443592.

HSL color Cylindrical-coordinate representation of color #081053: hue angle of 233.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081053 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 16 83 -
CMYK 0.90 0.81 0 0.67
HSL 233.6º 0.82% 0.18% -
HSV(B) 233.6º 0.9% 0.33% -
XYZ 1.85 1.05 8.29 -
YUV 21.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 8 16 83 0.90 0.81 0 0.67 233.6 0.82 0.18
Hex 8 10 53 5A 51 0 43 EA 52 12
Octal 10 20 123 132 121 0 103 352 122 22
Binary 1000 10000 1010011 1011010 1010001 0 1000011 11101010 1010010 10010

Color Harmonies of #081053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081053

Black with #081053

Text Example


Text Example

White with #081053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081053; }

 p { color: rgb(8,16,83); }

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

background-color css

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

 a { background-color: rgb(8,16,83); }

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

border-color css

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

 span { border-color: rgb(8,16,83); }

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