Html Css Color HEX #000F6B Sapphire

📋 copy color: '#000F6B'

red 0 ◦ green 15 ◦ blue 107

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

Shades of Sapphire #000F6B

Tints of Sapphire #000F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 0%
G = 12.3%
B = 87.7%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#000F6B (or 0x000F6B) is known color: Sapphire. HEX triplet: 00, 0F and 6B. RGB value is (0,15,107). Sum of RGB (Red+Green+Blue) = 0+15+107=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #000F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F6B is #FFF094. Grayscale: #141414. Windows color (decimal): -16773269 or 7016192. OLE color: 7016192.

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

Color convert

RGB 0 15 107 -
CMYK 1 0.86 0 0.58
HSL 231.59º 1% 0.21% -
HSV(B) 231.59º 1% 0.42% -
XYZ 2.82 1.4 14.03 -
YUV 21 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 0 15 107 1 0.86 0 0.58 231.59 1 0.21
Hex 0 F 6B 64 56 0 3A E8 64 15
Octal 0 17 153 144 126 0 72 350 144 25
Binary 0 1111 1101011 1100100 1010110 0 111010 11101000 1100100 10101

Color Harmonies of #000F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F6B

Black with #000F6B

Text Example


Text Example

White with #000F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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