Html Css Color HEX #081254 Sapphire

📋 copy color: '#081254'

red 8 ◦ green 18 ◦ blue 84

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

Shades of Sapphire #081254

Tints of Sapphire #081254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 76.36%

R = 7.27%
G = 16.36%
B = 76.36%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081254 (or 0x081254) is known color: Sapphire. HEX triplet: 08, 12 and 54. RGB value is (8,18,84). Sum of RGB (Red+Green+Blue) = 8+18+84=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #081254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081254 is #F7EDAB. Grayscale: #161616. Windows color (decimal): -16248236 or 5509640. OLE color: 5509640.

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

Color convert

RGB 8 18 84 -
CMYK 0.90 0.79 0 0.67
HSL 232.11º 0.83% 0.18% -
HSV(B) 232.11º 0.9% 0.33% -
XYZ 1.92 1.12 8.5 -
YUV 22.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 8 18 84 0.90 0.79 0 0.67 232.11 0.83 0.18
Hex 8 12 54 5A 4F 0 43 E8 53 12
Octal 10 22 124 132 117 0 103 350 123 22
Binary 1000 10010 1010100 1011010 1001111 0 1000011 11101000 1010011 10010

Color Harmonies of #081254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081254

Black with #081254

Text Example


Text Example

White with #081254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081254; }

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

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

background-color css

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

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

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

border-color css

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

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

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