Html Css Color HEX #000F62 Sapphire

📋 copy color: '#000F62'

red 0 ◦ green 15 ◦ blue 98

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

Shades of Sapphire #000F62

Tints of Sapphire #000F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 86.73%

R = 0%
G = 13.27%
B = 86.73%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000F62 (or 0x000F62) is known color: Sapphire. HEX triplet: 00, 0F and 62. RGB value is (0,15,98). Sum of RGB (Red+Green+Blue) = 0+15+98=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #000F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F62 is #FFF09D. Grayscale: #131313. Windows color (decimal): -16773278 or 6426368. OLE color: 6426368.

HSL color Cylindrical-coordinate representation of color #000F62: hue angle of 230.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F62 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 15 98 -
CMYK 1 0.85 0 0.62
HSL 230.82º 1% 0.19% -
HSV(B) 230.82º 1% 0.38% -
XYZ 2.38 1.22 11.67 -
YUV 19.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 0 15 98 1 0.85 0 0.62 230.82 1 0.19
Hex 0 F 62 64 55 0 3E E7 64 13
Octal 0 17 142 144 125 0 76 347 144 23
Binary 0 1111 1100010 1100100 1010101 0 111110 11100111 1100100 10011

Color Harmonies of #000F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F62

Black with #000F62

Text Example


Text Example

White with #000F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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