Html Css Color HEX #000F5F Sapphire

📋 copy color: '#000F5F'

red 0 ◦ green 15 ◦ blue 95

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

Shades of Sapphire #000F5F

Tints of Sapphire #000F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 86.36%

R = 0%
G = 13.64%
B = 86.36%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#000F5F (or 0x000F5F) is known color: Sapphire. HEX triplet: 00, 0F and 5F. RGB value is (0,15,95). Sum of RGB (Red+Green+Blue) = 0+15+95=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 95 (37.5% from 255 or 86.36% from 110); Max value from RGB is 95 - color contains mainly: blue. Hex color #000F5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5F is #FFF0A0. Grayscale: #131313. Windows color (decimal): -16773281 or 6229760. OLE color: 6229760.

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

Color convert

RGB 0 15 95 -
CMYK 1 0.84 0 0.63
HSL 230.53º 1% 0.19% -
HSV(B) 230.53º 1% 0.37% -
XYZ 2.24 1.17 10.93 -
YUV 19.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 0 15 95 1 0.84 0 0.63 230.53 1 0.19
Hex 0 F 5F 64 54 0 3F E7 64 13
Octal 0 17 137 144 124 0 77 347 144 23
Binary 0 1111 1011111 1100100 1010100 0 111111 11100111 1100100 10011

Color Harmonies of #000F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F5F

Black with #000F5F

Text Example


Text Example

White with #000F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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