Html Css Color HEX #000F69 Sapphire

📋 copy color: '#000F69'

red 0 ◦ green 15 ◦ blue 105

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

Shades of Sapphire #000F69

Tints of Sapphire #000F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

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

#000F69 (or 0x000F69) is known color: Sapphire. HEX triplet: 00, 0F and 69. RGB value is (0,15,105). Sum of RGB (Red+Green+Blue) = 0+15+105=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #000F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F69 is #FFF096. Grayscale: #141414. Windows color (decimal): -16773271 or 6885120. OLE color: 6885120.

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

Color convert

RGB 0 15 105 -
CMYK 1 0.86 0 0.59
HSL 231.43º 1% 0.21% -
HSV(B) 231.43º 1% 0.41% -
XYZ 2.72 1.36 13.48 -
YUV 20.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 0 15 105 1 0.86 0 0.59 231.43 1 0.21
Hex 0 F 69 64 56 0 3B E7 64 15
Octal 0 17 151 144 126 0 73 347 144 25
Binary 0 1111 1101001 1100100 1010110 0 111011 11100111 1100100 10101

Color Harmonies of #000F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F69

Black with #000F69

Text Example


Text Example

White with #000F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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