Html Css Color HEX #000F60 Sapphire

📋 copy color: '#000F60'

red 0 ◦ green 15 ◦ blue 96

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

Shades of Sapphire #000F60

Tints of Sapphire #000F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 86.49%

R = 0%
G = 13.51%
B = 86.49%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000F60 (or 0x000F60) is known color: Sapphire. HEX triplet: 00, 0F and 60. RGB value is (0,15,96). Sum of RGB (Red+Green+Blue) = 0+15+96=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 96 (37.89% from 255 or 86.49% from 111); Max value from RGB is 96 - color contains mainly: blue. Hex color #000F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F60 is #FFF09F. Grayscale: #131313. Windows color (decimal): -16773280 or 6295296. OLE color: 6295296.

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

Color convert

RGB 0 15 96 -
CMYK 1 0.84 0 0.62
HSL 230.63º 1% 0.19% -
HSV(B) 230.63º 1% 0.38% -
XYZ 2.28 1.19 11.18 -
YUV 19.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 0 15 96 1 0.84 0 0.62 230.63 1 0.19
Hex 0 F 60 64 54 0 3E E7 64 13
Octal 0 17 140 144 124 0 76 347 144 23
Binary 0 1111 1100000 1100100 1010100 0 111110 11100111 1100100 10011

Color Harmonies of #000F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F60

Black with #000F60

Text Example


Text Example

White with #000F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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