#08154B

Color #08154B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #08154B

Tints of Sapphire #08154B

Color information

#08154B (or 0x08154B) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 4B. RGB value is (8,21,75). Sum of RGB (Red+Green+Blue) = 8+21+75=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #08154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08154B is #F7EAB4. Grayscale: #171717. Windows color (decimal): -16247477 or 4920584. OLE color: 4920584.

HSL color Cylindrical-coordinate representation of color #08154B: hue angle of 228.36º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08154B is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82175-
CMYK0.890.7200.71
HSL228.36º80.72%16.27%-
HSV(B)228.36º89.33%29.41%-
XYZ1.641.16.78-
YUV23.27157.19117.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=7.69%
G=20.19%
B=72.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal821750.890.7200.71228.3680.7216.27
Hex8154B5948047e45110
Octal1025113131110010734412120
Binary1000101011001011101100110010000100011111100100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08154B; }

 p { color: rgb(8,21,75); }

 H1.HeaderClassName
 {
   color: #08154B;
 }
 .AnyTagClassName
 {
   color: #08154B;
 }
</style>
background-color css

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

 a { background-color: rgb(8,21,75); }

 div.DivClassName
 {
   background-color: #08154B;
 }
 .BgClassName
 {
   background-color: #08154B;
 }
</style>
border-color css

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

 span { border-color: rgb(8,21,75); }

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