Html Css Color HEX #000F48 Sapphire

📋 copy color: '#000F48'

red 0 ◦ green 15 ◦ blue 72

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

Shades of Sapphire #000F48

Tints of Sapphire #000F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 82.76%

R = 0%
G = 17.24%
B = 82.76%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000F48 (or 0x000F48) is known color: Sapphire. HEX triplet: 00, 0F and 48. RGB value is (0,15,72). Sum of RGB (Red+Green+Blue) = 0+15+72=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #000F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F48 is #FFF0B7. Grayscale: #101010. Windows color (decimal): -16773304 or 4722432. OLE color: 4722432.

HSL color Cylindrical-coordinate representation of color #000F48: hue angle of 227.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F48 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 15 72 -
CMYK 1 0.79 0 0.72
HSL 227.5º 1% 0.14% -
HSV(B) 227.5º 1% 0.28% -
XYZ 1.34 0.81 6.22 -
YUV 17.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 0 15 72 1 0.79 0 0.72 227.5 1 0.14
Hex 0 F 48 64 4F 0 48 E4 64 E
Octal 0 17 110 144 117 0 110 344 144 16
Binary 0 1111 1001000 1100100 1001111 0 1001000 11100100 1100100 1110

Color Harmonies of #000F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F48

Black with #000F48

Text Example


Text Example

White with #000F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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