Html Css Color HEX #000F54 Sapphire

📋 copy color: '#000F54'

red 0 ◦ green 15 ◦ blue 84

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

Shades of Sapphire #000F54

Tints of Sapphire #000F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 84.85%

R = 0%
G = 15.15%
B = 84.85%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#000F54 (or 0x000F54) is known color: Sapphire. HEX triplet: 00, 0F and 54. RGB value is (0,15,84). Sum of RGB (Red+Green+Blue) = 0+15+84=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #000F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F54 is #FFF0AB. Grayscale: #121212. Windows color (decimal): -16773292 or 5508864. OLE color: 5508864.

HSL color Cylindrical-coordinate representation of color #000F54: hue angle of 229.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F54 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 15 84 -
CMYK 1 0.82 0 0.67
HSL 229.29º 1% 0.16% -
HSV(B) 229.29º 1% 0.33% -
XYZ 1.77 0.98 8.48 -
YUV 18.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 0 15 84 1 0.82 0 0.67 229.29 1 0.16
Hex 0 F 54 64 52 0 43 E5 64 10
Octal 0 17 124 144 122 0 103 345 144 20
Binary 0 1111 1010100 1100100 1010010 0 1000011 11100101 1100100 10000

Color Harmonies of #000F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F54

Black with #000F54

Text Example


Text Example

White with #000F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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