Html Css Color HEX #081454 Sapphire

📋 copy color: '#081454'

red 8 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #081454

Tints of Sapphire #081454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 7.14%
G = 17.86%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081454 (or 0x081454) is known color: Sapphire. HEX triplet: 08, 14 and 54. RGB value is (8,20,84). Sum of RGB (Red+Green+Blue) = 8+20+84=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #081454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081454 is #F7EBAB. Grayscale: #171717. Windows color (decimal): -16247724 or 5510152. OLE color: 5510152.

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

Color convert

RGB 8 20 84 -
CMYK 0.90 0.76 0 0.67
HSL 230.53º 0.83% 0.18% -
HSV(B) 230.53º 0.9% 0.33% -
XYZ 1.95 1.19 8.51 -
YUV 23.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 8 20 84 0.90 0.76 0 0.67 230.53 0.83 0.18
Hex 8 14 54 5A 4C 0 43 E7 53 12
Octal 10 24 124 132 114 0 103 347 123 22
Binary 1000 10100 1010100 1011010 1001100 0 1000011 11100111 1010011 10010

Color Harmonies of #081454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081454

Black with #081454

Text Example


Text Example

White with #081454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081454; }

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

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

background-color css

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

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

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

border-color css

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

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

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