Html Css Color HEX #000F68 Sapphire

📋 copy color: '#000F68'

red 0 ◦ green 15 ◦ blue 104

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

Shades of Sapphire #000F68

Tints of Sapphire #000F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 87.39%

R = 0%
G = 12.61%
B = 87.39%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#000F68 (or 0x000F68) is known color: Sapphire. HEX triplet: 00, 0F and 68. RGB value is (0,15,104). Sum of RGB (Red+Green+Blue) = 0+15+104=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #000F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F68 is #FFF097. Grayscale: #141414. Windows color (decimal): -16773272 or 6819584. OLE color: 6819584.

HSL color Cylindrical-coordinate representation of color #000F68: hue angle of 231.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F68 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 15 104 -
CMYK 1 0.86 0 0.59
HSL 231.35º 1% 0.2% -
HSV(B) 231.35º 1% 0.41% -
XYZ 2.67 1.34 13.21 -
YUV 20.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 0 15 104 1 0.86 0 0.59 231.35 1 0.2
Hex 0 F 68 64 56 0 3B E7 64 14
Octal 0 17 150 144 126 0 73 347 144 24
Binary 0 1111 1101000 1100100 1010110 0 111011 11100111 1100100 10100

Color Harmonies of #000F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F68

Black with #000F68

Text Example


Text Example

White with #000F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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