Html Css Color HEX #081253 Sapphire

📋 copy color: '#081253'

red 8 ◦ green 18 ◦ blue 83

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

Shades of Sapphire #081253

Tints of Sapphire #081253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 7.34%
G = 16.51%
B = 76.15%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081253 (or 0x081253) is known color: Sapphire. HEX triplet: 08, 12 and 53. RGB value is (8,18,83). Sum of RGB (Red+Green+Blue) = 8+18+83=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #081253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081253 is #F7EDAC. Grayscale: #161616. Windows color (decimal): -16248237 or 5444104. OLE color: 5444104.

HSL color Cylindrical-coordinate representation of color #081253: hue angle of 232º 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 #081253 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 18 83 -
CMYK 0.90 0.78 0 0.67
HSL 232º 0.82% 0.18% -
HSV(B) 232º 0.9% 0.33% -
XYZ 1.88 1.11 8.3 -
YUV 22.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 8 18 83 0.90 0.78 0 0.67 232 0.82 0.18
Hex 8 12 53 5A 4E 0 43 E8 52 12
Octal 10 22 123 132 116 0 103 350 122 22
Binary 1000 10010 1010011 1011010 1001110 0 1000011 11101000 1010010 10010

Color Harmonies of #081253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081253

Black with #081253

Text Example


Text Example

White with #081253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081253; }

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

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

background-color css

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

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

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

border-color css

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

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

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