Html Css Color HEX #081257 Sapphire

📋 copy color: '#081257'

red 8 ◦ green 18 ◦ blue 87

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

Shades of Sapphire #081257

Tints of Sapphire #081257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 76.99%

R = 7.08%
G = 15.93%
B = 76.99%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081257 (or 0x081257) is known color: Sapphire. HEX triplet: 08, 12 and 57. RGB value is (8,18,87). Sum of RGB (Red+Green+Blue) = 8+18+87=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #081257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081257 is #F7EDA8. Grayscale: #161616. Windows color (decimal): -16248233 or 5706248. OLE color: 5706248.

HSL color Cylindrical-coordinate representation of color #081257: hue angle of 232.41º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081257 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 18 87 -
CMYK 0.91 0.79 0 0.66
HSL 232.41º 0.83% 0.19% -
HSV(B) 232.41º 0.91% 0.34% -
XYZ 2.04 1.17 9.14 -
YUV 22.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 8 18 87 0.91 0.79 0 0.66 232.41 0.83 0.19
Hex 8 12 57 5B 4F 0 42 E8 53 13
Octal 10 22 127 133 117 0 102 350 123 23
Binary 1000 10010 1010111 1011011 1001111 0 1000010 11101000 1010011 10011

Color Harmonies of #081257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081257

Black with #081257

Text Example


Text Example

White with #081257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081257; }

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

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

background-color css

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

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

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

border-color css

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

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

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