Html Css Color HEX #000F4E Sapphire

📋 copy color: '#000F4E'

red 0 ◦ green 15 ◦ blue 78

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

Shades of Sapphire #000F4E

Tints of Sapphire #000F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 83.87%

R = 0%
G = 16.13%
B = 83.87%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#000F4E (or 0x000F4E) is known color: Sapphire. HEX triplet: 00, 0F and 4E. RGB value is (0,15,78). Sum of RGB (Red+Green+Blue) = 0+15+78=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #000F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F4E is #FFF0B1. Grayscale: #111111. Windows color (decimal): -16773298 or 5115648. OLE color: 5115648.

HSL color Cylindrical-coordinate representation of color #000F4E: hue angle of 228.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F4E is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 15 78 -
CMYK 1 0.81 0 0.69
HSL 228.46º 1% 0.15% -
HSV(B) 228.46º 1% 0.31% -
XYZ 1.55 0.89 7.3 -
YUV 17.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 0 15 78 1 0.81 0 0.69 228.46 1 0.15
Hex 0 F 4E 64 51 0 45 E4 64 F
Octal 0 17 116 144 121 0 105 344 144 17
Binary 0 1111 1001110 1100100 1010001 0 1000101 11100100 1100100 1111

Color Harmonies of #000F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F4E

Black with #000F4E

Text Example


Text Example

White with #000F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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