Html Css Color HEX #000F5D Sapphire

📋 copy color: '#000F5D'

red 0 ◦ green 15 ◦ blue 93

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

Shades of Sapphire #000F5D

Tints of Sapphire #000F5D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 13.89%

 BLUE value IS 93 (36.72% from 255) = 86.11%

R = 0%
G = 13.89%
B = 86.11%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#000F5D (or 0x000F5D) is known color: Sapphire. HEX triplet: 00, 0F and 5D. RGB value is (0,15,93). Sum of RGB (Red+Green+Blue) = 0+15+93=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 93 (36.72% from 255 or 86.11% from 108); Max value from RGB is 93 - color contains mainly: blue. Hex color #000F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5D is #FFF0A2. Grayscale: #131313. Windows color (decimal): -16773283 or 6098688. OLE color: 6098688.

HSL color Cylindrical-coordinate representation of color #000F5D: hue angle of 230.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F5D is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 15 93 -
CMYK 1 0.84 0 0.64
HSL 230.32º 1% 0.18% -
HSV(B) 230.32º 1% 0.36% -
XYZ 2.15 1.13 10.46 -
YUV 19.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 0 15 93 1 0.84 0 0.64 230.32 1 0.18
Hex 0 F 5D 64 54 0 40 E6 64 12
Octal 0 17 135 144 124 0 100 346 144 22
Binary 0 1111 1011101 1100100 1010100 0 1000000 11100110 1100100 10010

Color Harmonies of #000F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F5D

Black with #000F5D

Text Example


Text Example

White with #000F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F5D; }

 p { color: rgb(0,15,93); }

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

background-color css

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

 a { background-color: rgb(0,15,93); }

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

border-color css

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

 span { border-color: rgb(0,15,93); }

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